1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jonathan Gordon 2011-02-28 10:55:02 +00:00
parent c01b91e758
commit a7fb7366b5

View file

@ -143,7 +143,7 @@ static int sdl_event_thread(void * param)
panicf("%s", SDL_GetError());
}
#if (CONFIG_PLATFORM & PLATFORM_MAEMO|PLATFORM_PANDORA)
#if (CONFIG_PLATFORM & (PLATFORM_MAEMO|PLATFORM_PANDORA))
/* Hide mouse cursor on real touchscreen device */
SDL_ShowCursor(SDL_DISABLE);
#endif