summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2006-07-19 19:44:44 +0000
committerAntoine Cellerier <dionoea@videolan.org>2006-07-19 19:44:44 +0000
commit2da8f69c95cce7726ae4c0a41ce04bf42fff65df (patch)
tree45925bd2a4710194e6649f5842eb06d3a1d4d68e /apps/plugins/lib/SOURCES
parent5e306b4c19dfe8732107d255c9c00e7d585c24ca (diff)
downloadrockbox-2da8f69c95cce7726ae4c0a41ce04bf42fff65df.tar.gz
rockbox-2da8f69c95cce7726ae4c0a41ce04bf42fff65df.zip
Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10254 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index f0e9ebce63..dba800938d 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -21,4 +21,7 @@ profile_plugin.c
21xlcd_core.c 21xlcd_core.c
22xlcd_draw.c 22xlcd_draw.c
23xlcd_scroll.c 23xlcd_scroll.c
24#ifdef HAVE_LCD_COLOR
25bmp.c
26#endif
24#endif 27#endif