From b3acd275ce92784e9d1f6e7e8abbd9295a628d21 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 20 May 2004 08:25:16 +0000 Subject: Missing function declaration git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4655 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/gray.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps') 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__ */ -- cgit v1.2.3