diff --git a/engine/platform/sdl/vid_sdl.c b/engine/platform/sdl/vid_sdl.c index c2453cca..e9dd87e3 100644 --- a/engine/platform/sdl/vid_sdl.c +++ b/engine/platform/sdl/vid_sdl.c @@ -553,7 +553,9 @@ static qboolean VID_SetScreenResolution( int width, int height ) Uint32 wndFlags = 0; static string wndname; +#if !XASH_APPLE if( vid_highdpi->value ) wndFlags |= SDL_WINDOW_ALLOW_HIGHDPI; +#endif Q_strncpy( wndname, GI->title, sizeof( wndname )); want.w = width;