summaryrefslogtreecommitdiff
path: root/apps/plugins/cube.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-02-26 13:37:42 +0000
committerJens Arnold <amiconn@rockbox.org>2006-02-26 13:37:42 +0000
commit6a972e02497d3015236189f72931c3d59fa51755 (patch)
tree0c0185dd66b47d7d1ee2d91e4a3ffb6dbabcc7d1 /apps/plugins/cube.c
parent14fe89aa8d2ef05595bdba0e0b78f021f3e8d087 (diff)
downloadrockbox-6a972e02497d3015236189f72931c3d59fa51755.tar.gz
rockbox-6a972e02497d3015236189f72931c3d59fa51755.zip
Finally - grayscale library support for the simulators. Currently SDL only, win32 and x11 won't link anymore due to missing simulator functions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8845 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/cube.c')
-rw-r--r--apps/plugins/cube.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c
index cbe32d14d0..854b190797 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -142,7 +142,7 @@ PLUGIN_HEADER
142static int x_off = LCD_WIDTH/2; 142static int x_off = LCD_WIDTH/2;
143static int y_off = LCD_HEIGHT/2; 143static int y_off = LCD_HEIGHT/2;
144 144
145#if LCD_DEPTH == 1 && !defined(SIMULATOR) 145#if LCD_DEPTH == 1
146#define USE_GSLIB 146#define USE_GSLIB
147struct my_lcd { 147struct my_lcd {
148 void (*update)(void); 148 void (*update)(void);