SDL/src/video
Ozkan Sezer ba1fdf24c9 fix type redefinition error after commit dfe4445214
In file included from /tmp/SDL3/src/events/SDL_events_c.h:28,
                 from /tmp/SDL3/src/SDL.c:46:
/tmp/SDL3/src/events/../video/SDL_sysvideo.h:31: error: redefinition of typedef 'SDL_VideoDevice'
/tmp/SDL3/src/video/SDL_video_c.h:27: note: previous declaration of 'SDL_VideoDevice' was here
2024-05-28 11:00:02 +03:00
..
android video: Distinguish between explicit fullscreen enter requests and update requests 2024-05-25 14:13:00 -04:00
arm
cocoa mouse: Move mouse button state from a Uint32 to a formal typedef. 2024-05-26 13:23:21 -04:00
dummy Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
emscripten video: Distinguish between explicit fullscreen enter requests and update requests 2024-05-25 14:13:00 -04:00
gdk Removed SDL_TextInputShown() 2024-03-25 13:26:23 -07:00
haiku Removed short aliases for 16-bit pixel formats 2024-05-27 07:24:46 -07:00
khronos Updated to the latest version of the Vulkan SDK 2024-04-15 16:05:32 -07:00
kmsdrm video: Distinguish between explicit fullscreen enter requests and update requests 2024-05-25 14:13:00 -04:00
n3ds remove most of SDL_OutOfMemory() calls where SDL is the allocator. 2024-05-08 20:00:50 +03:00
ngage Removed short aliases for 16-bit pixel formats 2024-05-27 07:24:46 -07:00
offscreen Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
ps2
psp thread: Reworked SDL_CreateThread to be consistent across platforms. 2024-05-22 11:39:43 -04:00
qnx Removing function macro SDL_TABLESIZE() 2024-04-29 13:52:48 -07:00
raspberry Use the correct device ID (global or default or specific) based on context 2024-03-23 16:31:00 -07:00
riscos Use SDL_MessageBoxFlags and SDL_MessageBoxButtonFlags appropriately 2024-05-07 13:41:12 -07:00
uikit video: Distinguish between explicit fullscreen enter requests and update requests 2024-05-25 14:13:00 -04:00
vita Added SDL_GetKeyboardName() and SDL_GetMouseName() 2024-03-23 16:31:00 -07:00
vivante Add SDL_Vulkan_DestroySurface functionality (#9817) 2024-05-16 17:41:15 -07:00
wayland wayland: Implement animated system cursors when not using the cursor shape protocol 2024-05-27 14:38:52 -04:00
windows Removed short aliases for 16-bit pixel formats 2024-05-27 07:24:46 -07:00
winrt video: Distinguish between explicit fullscreen enter requests and update requests 2024-05-25 14:13:00 -04:00
x11 mouse: Move mouse button state from a Uint32 to a formal typedef. 2024-05-26 13:23:21 -04:00
yuv2rgb Additional colorspace clarification 2024-03-05 16:47:36 -08:00
SDL_blit.c SDL_blit: remove SDL_BLIT_CPU_FEATURES override 2024-03-23 16:36:44 -07:00
SDL_blit.h surface: SDL_blit is not used in the public API, remove it from headers. 2024-05-03 12:57:09 -04:00
SDL_blit_0.c Updated structure and field names for consistency 2024-02-11 08:27:56 -08:00
SDL_blit_1.c Updated structure and field names for consistency 2024-02-11 08:27:56 -08:00
SDL_blit_A.c Updated structure and field names for consistency 2024-02-11 08:27:56 -08:00
SDL_blit_auto.c
SDL_blit_auto.h
SDL_blit_copy.c video: Remove MMX codepath from SDL_BlitCopy. 2024-05-20 16:37:41 -04:00
SDL_blit_copy.h
SDL_blit_N.c Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_blit_slow.c Document the HDR tone mapping algorithm 2024-02-26 14:20:34 -08:00
SDL_blit_slow.h Added a slow blit function to handle large pixel formats and colorspace conversion 2024-01-31 09:50:46 -08:00
SDL_bmp.c Removed short aliases for 16-bit pixel formats 2024-05-27 07:24:46 -07:00
SDL_clipboard.c Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_clipboard_c.h mark SDL_ClipboardTextCallback as SDLCALL 2024-02-11 18:55:40 +03:00
SDL_egl.c Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_egl_c.h Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_fillrect.c Updated structure and field names for consistency 2024-02-11 08:27:56 -08:00
SDL_pixels.c Removed short aliases for 16-bit pixel formats 2024-05-27 07:24:46 -07:00
SDL_pixels_c.h Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_rect.c
SDL_rect_c.h
SDL_rect_impl.h
SDL_RLEaccel.c Renamed SDL_SIMDGetAlignment() to SDL_GetSIMDAlignment() 2024-05-16 10:22:15 -07:00
SDL_RLEaccel_c.h
SDL_stretch.c Updated structure and field names for consistency 2024-02-11 08:27:56 -08:00
SDL_surface.c Renamed SDL_SIMDGetAlignment() to SDL_GetSIMDAlignment() 2024-05-16 10:22:15 -07:00
SDL_sysvideo.h Added SDL_SetWindowSurfaceVSync() and SDL_GetWindowSurfaceVSync() 2024-05-27 13:12:17 -07:00
SDL_video.c Added SDL_SetWindowSurfaceVSync() and SDL_GetWindowSurfaceVSync() 2024-05-27 13:12:17 -07:00
SDL_video_c.h fix type redefinition error after commit dfe4445214 2024-05-28 11:00:02 +03:00
SDL_video_unsupported.c Renamed DECLSPEC to SDL_DECLSPEC 2024-05-17 17:09:09 -07:00
SDL_vulkan_internal.h Add SDL_Vulkan_DestroySurface functionality (#9817) 2024-05-16 17:41:15 -07:00
SDL_vulkan_utils.c Add SDL_Vulkan_DestroySurface functionality (#9817) 2024-05-16 17:41:15 -07:00
SDL_yuv.c Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_yuv_c.h Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
sdlgenblit.pl Removed short aliases for 16-bit pixel formats 2024-05-27 07:24:46 -07:00