From d7f94393533a47597e3786b2687877f2b601b3d4 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 7 Jul 2005 00:05:29 +0000 Subject: Adapted remote LCD driver and player graphics library to the new bitmap function naming scheme. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7047 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/playergfx.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugins/lib/playergfx.h') diff --git a/apps/plugins/lib/playergfx.h b/apps/plugins/lib/playergfx.h index a0e3973dd4..198d98e4ad 100644 --- a/apps/plugins/lib/playergfx.h +++ b/apps/plugins/lib/playergfx.h @@ -45,5 +45,8 @@ void pgfx_bitmap_part(const unsigned char *src, int src_x, int src_y, int stride, int x, int y, int width, int height); void pgfx_bitmap(const unsigned char *src, int x, int y, int width, int height); +#define pgfx_mono_bitmap_part pgfx_bitmap_part +#define pgfx_mono_bitmap pgfx_bitmap + #endif /* HAVE_LCD_CHARCELLS */ #endif /* __PGFX_H__ */ -- cgit v1.2.3