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:
parent
c01b91e758
commit
a7fb7366b5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue