diff --git a/code/sdl/sdl_glimp.c b/code/sdl/sdl_glimp.c index e9324a8dd..3647c9e29 100644 --- a/code/sdl/sdl_glimp.c +++ b/code/sdl/sdl_glimp.c @@ -272,7 +272,11 @@ static int GLW_SetMode( int mode, const char *modeFS, qboolean fullscreen, qbool if ( fullscreen ) { +#ifdef MACOS_X + flags |= SDL_WINDOW_FULLSCREEN_DESKTOP; +#else flags |= SDL_WINDOW_FULLSCREEN; +#endif } else if ( r_noborder->integer ) {