mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 13:21:34 +00:00
Minor changes in jintern.h
This commit is contained in:
parent
5a9d991219
commit
5eba876fce
@ -40,15 +40,15 @@ void _jmanager_close_window(JWidget manager, Frame* frame, bool redraw_backgroun
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// theme.cpp
|
||||
|
||||
void _ji_theme_draw_sprite_color(struct BITMAP *bmp, struct BITMAP *sprite,
|
||||
void _ji_theme_draw_sprite_color(BITMAP *bmp, BITMAP *sprite,
|
||||
int x, int y, int color);
|
||||
|
||||
void _ji_theme_textbox_draw(struct BITMAP *bmp, JWidget textbox,
|
||||
void _ji_theme_textbox_draw(BITMAP *bmp, JWidget textbox,
|
||||
int *w, int *h, int bg, int fg);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// jfontbmp.c
|
||||
|
||||
struct FONT *_ji_bitmap2font(struct BITMAP *bmp);
|
||||
struct FONT *_ji_bitmap2font(BITMAP *bmp);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user