From f9df934d9066488357c2020f0fda3a659b4b0a3b Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 5 Feb 2006 01:58:10 +0000 Subject: Minor cleaning - move card back bitmap to external bmp file, and define card size based on LCD size, not keypad type git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8576 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/plugins/bitmaps/native/SOURCES') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 15b1c46237..163482a6ae 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -1,5 +1,10 @@ #ifdef HAVE_LCD_BITMAP +/* Solitaire */ +#ifdef HAVE_LCD_COLOR +solitaire_cardback.220x176x16.bmp +#endif + /* Sudoku */ #if (LCD_WIDTH == 112) && (LCD_HEIGHT==64) && (LCD_DEPTH == 1) sudoku_start.112x64x1.bmp -- cgit v1.2.3