summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/system-sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl/system-sdl.c')
-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