summaryrefslogtreecommitdiff
path: root/firmware/target/hosted
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-02-28 10:55:02 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-02-28 10:55:02 +0000
commita7fb7366b58e30a876d5754086c8b8f8c99e0654 (patch)
tree1c58d04278cdf12245248e09db48740e026607e6 /firmware/target/hosted
parentc01b91e7589a4bf6ff38262bf301d257da6d491e (diff)
downloadrockbox-a7fb7366b58e30a876d5754086c8b8f8c99e0654.tar.gz
rockbox-a7fb7366b58e30a876d5754086c8b8f8c99e0654.zip
brackets are important! fix the mouse being hidden in sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29458 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/hosted')
-rw-r--r--firmware/target/hosted/sdl/system-sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/system-sdl.c b/firmware/target/hosted/sdl/system-sdl.c
index 7ddc5f8699..0b487d0c2b 100644
--- a/firmware/target/hosted/sdl/system-sdl.c
+++ b/firmware/target/hosted/sdl/system-sdl.c
@@ -143,7 +143,7 @@ static int sdl_event_thread(void * param)
143 panicf("%s", SDL_GetError()); 143 panicf("%s", SDL_GetError());
144 } 144 }
145 145
146#if (CONFIG_PLATFORM & PLATFORM_MAEMO|PLATFORM_PANDORA) 146#if (CONFIG_PLATFORM & (PLATFORM_MAEMO|PLATFORM_PANDORA))
147 /* Hide mouse cursor on real touchscreen device */ 147 /* Hide mouse cursor on real touchscreen device */
148 SDL_ShowCursor(SDL_DISABLE); 148 SDL_ShowCursor(SDL_DISABLE);
149#endif 149#endif