Minor changes in jintern.h

This commit is contained in:
David Capello 2011-01-27 17:21:43 -03:00
parent 5a9d991219
commit 5eba876fce

View File

@ -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