scummvm/backends
Lothar Serra Mari 51cff582b5 BACKENDS: OPENGLSDL: Disable storing and restoring window sizes for SDL1
The previous implementation was already broken, since the values were never stored in the config file
since that part was already guarded by SDL_VERSION_ATLEAST.

Since we have no way to properly determine if a window is maximized or not for
SDL1, I recommend skipping this part in the compilation.

Now, the function at least works properly for SDL2 - it was broken on _both_ versions before.
2021-08-15 13:58:48 +01:00
..
audiocd WIN32: Make Win32AudioCDManager UNICODE compatible 2021-06-29 12:38:01 -05:00
cloud CLOUD: Fix for GCC Warnings from 64-bit Stream API Changes 2021-07-09 04:36:14 +01:00
dialogs MACOSX: fix deprecation warnings 2021-08-07 10:46:14 +02:00
events DS: Update the MaxMod callback manually 2021-06-19 14:32:10 +02:00
fs WIN32: Remove F_OK/R_OK/W_OK hack (#3265) 2021-08-13 21:58:01 +03:00
graphics BACKENDS: OPENGLSDL: Disable storing and restoring window sizes for SDL1 2021-08-15 13:58:48 +01:00
graphics3d/openglsdl BACKENDS: Harden grabOverlay in all platforms 2021-08-04 13:27:07 +02:00
keymapper EVENTRECORDER: skip some getMillis for the event recorder 2021-07-08 15:05:35 +02:00
log JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
midi WIN32: Make MidiDriver_WIN UNICODE compatible 2021-06-29 12:38:01 -05:00
mixer DS: Update the MaxMod callback manually 2021-06-19 14:32:10 +02:00
mutex ANDROID: Add override keywords 2020-10-14 17:48:29 +01:00
networking BACKENDS: Fix compiler warning 2021-07-17 09:20:44 +03:00
platform SDL: Move getDisplayDpiFromSdl and getDpiScalingFactor into the SdlWindow class 2021-08-14 19:09:33 +01:00
plugins WIN32: Fix #includes in plugin provider 2021-07-07 01:20:25 -05:00
presence/discord ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
saves BACKENDS: Extend OutSaveFile to support SeekableWriteStream 2021-08-08 18:13:30 -07:00
taskbar WIN32: Make Win32TaskbarManager UNICODE compatible 2021-06-29 12:38:01 -05:00
text-to-speech WIN32: Make WindowsTextToSpeechManager UNICODE compatible 2021-06-29 12:38:01 -05:00
timer ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
updates JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
vkeybd BACKENDS: Explicitly use ellipsis for the virtual keybord if needed 2021-08-01 17:22:13 +02:00
base-backend.cpp BACKENDS: Add getDefaultScaler and getDefaultScaleFactor to OSystem 2021-06-23 21:29:53 +02:00
base-backend.h SDL: Begin refactoring the API for selecting scalers 2021-06-23 21:29:53 +02:00
modular-backend.cpp COMMON: Add getHiDPIScreenFactor to OSystem 2021-08-13 21:41:33 +01:00
modular-backend.h COMMON: Add getHiDPIScreenFactor to OSystem 2021-08-13 21:41:33 +01:00
module.mk SDL: Move getDisplayDpiFromSdl and getDpiScalingFactor into the SdlWindow class 2021-08-14 19:09:33 +01:00