mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 22:51:11 +00:00
SDL: Fix compilation with SDL 2.0.3
This commit is contained in:
parent
c27ad28ab2
commit
125fe7162d
@ -199,7 +199,7 @@ protected:
|
||||
#endif
|
||||
if (defaultDpi)
|
||||
*defaultDpi = systemDpi;
|
||||
#if SDL_VERSION_ATLEAST(2, 0, 0)
|
||||
#if SDL_VERSION_ATLEAST(2, 0, 4)
|
||||
int displayIndex = 0;
|
||||
getWindowDisplayIndexFromSdl(&displayIndex);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user