From 75640f45ebeff048d8dfda6d300dec47d4ad4baa Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 5 Mar 2005 11:31:43 +0000 Subject: Player graphics library: fixed and more robust bounds check, added bitmap drawing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6139 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/playergfx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/lib/playergfx.h') diff --git a/apps/plugins/lib/playergfx.h b/apps/plugins/lib/playergfx.h index 98664117aa..ced484398e 100644 --- a/apps/plugins/lib/playergfx.h +++ b/apps/plugins/lib/playergfx.h @@ -38,6 +38,8 @@ void pgfx_drawline(int x1, int y1, int x2, int y2); void pgfx_clearline(int x1, int y1, int x2, int y2); void pgfx_invertline(int x1, int y1, int x2, int y2); void pgfx_invertrect (int x, int y, int nx, int ny); +void pgfx_bitmap (const unsigned char *src, int x, int y, int nx, int ny, + bool clear); #endif /* HAVE_LCD_CHARCELLS */ #endif /* __PGFX_H__ */ -- cgit v1.2.3