Ryujinx-SDL/src/video
Ryan C. Gordon 3c955d0540 syswm: prevent buffer overflow if SDL and app have different config headers.
This only affects Wayland and DirectFB, as a Unix system generally has X11
support. Other platforms also have different sizes for the C union in
question, but are likely the only target for that platform, etc.

Apps that might run on Wayland or DirectFB will need to be compiled against
new headers from an official 2.0.6 release, or be prepared to force the x11
target, or not use SDL_GetWindowWMInfo().

Fixes Bugzilla #3428.
2017-06-11 00:50:26 -04:00
..
android SDL - add SDL_WINDOW_VULKAN and make Android_CreateWindow only create an EGLSurface when SDL_WINDOW_VULKAN is not present. This makes it so the ANativeWindow* can be used with vkCreateAndroidSurfaceKHR, otherwise it will fail because having both an EGLSurface and VkSurfaceKHR attached to a window is not allowed according to the Vulkan spec: 2017-05-16 06:30:39 -07:00
cocoa Changed messages about not recognized keys to include discourse link. 2017-05-26 22:45:52 +02:00
directfb syswm: prevent buffer overflow if SDL and app have different config headers. 2017-06-11 00:50:26 -04:00
dummy Updated copyright for 2017 2017-01-01 18:33:28 -08:00
emscripten emscripten: listen for pointerlockchange events on the #document specifically. 2017-06-05 21:30:25 -04:00
haiku Fixed SDL_GL_SetSwapInterval() returning success on two unsupported platforms. 2017-06-04 23:15:13 +02:00
mir Removed redundant mouse clean up on quit for some platforms. 2017-05-19 23:30:59 +02:00
nacl Fixed SDL_GL_SetSwapInterval() returning success on two unsupported platforms. 2017-06-04 23:15:13 +02:00
pandora Removed newlines from error messages. 2017-03-26 21:00:19 +02:00
psp PSP: Fixed error messages. 2017-04-02 21:33:54 +02:00
raspberry Removed newlines from error messages. 2017-03-26 21:00:19 +02:00
uikit Expose display refresh rate on iOS/tvOS 10.3+. 2017-06-10 21:29:37 -03:00
vivante Removed newlines from error messages. 2017-03-26 21:00:19 +02:00
wayland syswm: prevent buffer overflow if SDL and app have different config headers. 2017-06-11 00:50:26 -04:00
windows code style: wrap a single-statement if in braces. 2017-05-27 00:33:26 -04:00
winrt Removed newlines from error messages. 2017-03-26 21:00:19 +02:00
x11 Removed duplicate includes. 2017-06-04 23:15:47 +02:00
SDL_blit_0.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_1.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_A.c Fix some more compiler warnings on armcc. 2017-03-03 16:38:17 -05:00
SDL_blit_auto.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_auto.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_copy.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_copy.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_N.c Fixed comment style. 2017-02-26 21:20:39 +01:00
SDL_blit_slow.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit_slow.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_blit.h Really fixed blit issue for capehill 2017-01-07 16:51:48 -08:00
SDL_bmp.c Fix some more compiler warnings on armcc. 2017-03-03 16:38:17 -05:00
SDL_clipboard.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_egl_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_egl.c Fixed warning in Android build 2017-02-10 09:41:16 -08:00
SDL_fillrect.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_pixels_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_pixels.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_rect_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_rect.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_RLEaccel_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_RLEaccel.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_shape_internals.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_shape.c Fixed crash if calling SDL_CreateShapedWindow() on unsupported platforms. 2017-06-02 22:15:12 +02:00
SDL_stretch.c Removed newlines from error messages. 2017-03-26 21:00:19 +02:00
SDL_surface.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_sysvideo.h Added support for mixing Qt and SDL on iOS 2017-05-09 10:10:42 -07:00
SDL_video.c SDL - add SDL_WINDOW_VULKAN and make Android_CreateWindow only create an EGLSurface when SDL_WINDOW_VULKAN is not present. This makes it so the ANativeWindow* can be used with vkCreateAndroidSurfaceKHR, otherwise it will fail because having both an EGLSurface and VkSurfaceKHR attached to a window is not allowed according to the Vulkan spec: 2017-05-16 06:30:39 -07:00
sdlgenblit.pl Updated copyright for 2017 2017-01-01 18:33:28 -08:00