summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2006-08-13 20:44:53 +0000
committerAntoine Cellerier <dionoea@videolan.org>2006-08-13 20:44:53 +0000
commite2a73dc3895d2f2457cf6397def93773f15050d9 (patch)
treef45be604d6e2777bb623fa28f95edb863488ffeb /apps/plugins/bitmaps/native/SOURCES
parentc9bb152a33fc293955b4b60170deb40c34857072 (diff)
downloadrockbox-e2a73dc3895d2f2457cf6397def93773f15050d9.tar.gz
rockbox-e2a73dc3895d2f2457cf6397def93773f15050d9.zip
*: Enhance minesweeper graphics
minesweeper.c: clean source code (ipod keys still need to be changed) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10562 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 98c3eef443..10e61fb97b 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -280,4 +280,16 @@ rockpaint.bmp
280rockpaint_hsvrgb.bmp 280rockpaint_hsvrgb.bmp
281#endif 281#endif
282 282
283#if defined( HAVE_LCD_COLOR )
284#if ( LCD_HEIGHT * LCD_WIDTH ) / ( 16 * 16 ) >= 130
285minesweeper_tiles.16x16x24.bmp
286#else
287minesweeper_tiles.12x12x24.bmp
288#endif
289#elif LCD_DEPTH > 1
290minesweeper_tiles.12x12x2.bmp
291#else
292minesweeper_tiles.8x8x1.bmp
293#endif
294
283#endif /* HAVE_LCD_BITMAP */ 295#endif /* HAVE_LCD_BITMAP */