scummvm/backends/platform/sdl
athrxx a3bc386335 SDL2: silence 'window magic' assert
Some builds of SDL2 (in my case the vcpkg debug Winx64 build) trigger an annoying and rather pointless assert when calling SDL_GetWindowWMInfo() with a _window parameter of 0 (window && window->magic == &this->window_magic). This commit silences that.
2020-03-29 13:40:40 +02:00
..
amigaos AMIGAOS4: Increase stack cookie 2019-11-10 17:28:15 +00:00
macosx MACOSX: Check selector exists when trying to replace application menus 2020-03-22 20:36:35 +00:00
posix POSIX: Add support for native GTK file browserOnly enabled on platforms with libgtk 2020-03-22 20:46:42 +02:00
ps3 KEYMAPPER: Allow joystick half axes to be remapped 2020-02-09 08:34:16 -06:00
psp2 SDL: Remove unnecessary overrides of setFeatureState() and getFeatureState() 2020-03-27 22:50:41 +01:00
raspberrypi JANITORIAL: Update all scummvm.org URLS to use https 2019-03-09 21:52:14 +01:00
riscos RISCOS: Ignore non-convertible UTF-8 characters when converting the documentation 2019-09-18 17:14:10 +01:00
switch SDL: Remove unnecessary overrides of setFeatureState() and getFeatureState() 2020-03-27 22:50:41 +01:00
win32 WIN32: Fix free being used on arrays allocated with new 2019-11-08 20:43:25 +00:00
module.mk WIN32: Move getCodePageId to codepage.h 2019-08-24 18:12:45 +03:00
sdl-sys.h SDL: Move the compatibility functions into SurfaceSdlGraphicsManager 2020-03-09 22:15:45 +02:00
sdl-window.cpp SDL2: silence 'window magic' assert 2020-03-29 13:40:40 +02:00
sdl-window.h SDL: Automatically grab mouse upon entering fullscreen 2017-10-23 22:36:04 -05:00
sdl.cpp SDL: Enable joystick input by default 2020-03-16 18:41:27 +01:00
sdl.h BACKENDS: SDL: Add override keywords 2020-01-31 12:39:23 +01:00