diff options
author | Jens Arnold <amiconn@rockbox.org> | 2004-05-20 08:25:16 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2004-05-20 08:25:16 +0000 |
commit | b3acd275ce92784e9d1f6e7e8abbd9295a628d21 (patch) | |
tree | 348bfa35d889a86efc9cc5987fda6802de21ef88 /apps | |
parent | 512079f944f33be75195f240df2a668acf3d2f8d (diff) |
Missing function declaration
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4655 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/lib/gray.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/lib/gray.h b/apps/plugins/lib/gray.h index 26cfc35e0d..218fb282c8 100644 --- a/apps/plugins/lib/gray.h +++ b/apps/plugins/lib/gray.h @@ -78,7 +78,8 @@ void gray_drawbitmap(unsigned char *src, int x, int y, int nx, int ny, /* font support */ void gray_setfont(int newfont); int gray_getstringsize(unsigned char *str, int *w, int *h); - +void gray_putsxy(int x, int y, unsigned char *str, bool draw_bg, + int fg_brightness, int bg_brightness); #endif /* HAVE_LCD_BITMAP */ #endif /* SIMULATOR */ #endif /* __GRAY_H__ */ |