diff options
Diffstat (limited to 'code/unix/sdl_glimp.c')
-rw-r--r-- | code/unix/sdl_glimp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/code/unix/sdl_glimp.c b/code/unix/sdl_glimp.c index 339dd79..5c690eb 100644 --- a/code/unix/sdl_glimp.c +++ b/code/unix/sdl_glimp.c @@ -267,10 +267,10 @@ static void install_grabs(void) // This is a bug in the current SDL/macosx...have to toggle it a few // times to get the cursor to hide. - #if defined(MACOS_X) +#if defined(MACOS_X) SDL_ShowCursor(1); SDL_ShowCursor(0); - #endif +#endif } static void uninstall_grabs(void) |