SDL2/src/video
Sylvain c5c94a6be6 Change return type from void to int, for functions that set an error
(SDL_SetError(), SDL_OutOfMemory(), SDL_Unsupported(), SDL_InvalidParam())

Update prototype to forward errors to generic layer, for the functions:
MoveCursor, WarpMouse, GL_DeleteContext, GetDisplayModes.

Check invalid parameter in SDL_SetTextInputRect() generic layer.
2023-02-07 13:51:45 -08:00
..
android Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
arm ARM: NEON assembly optimization for SDL_FillRect 2019-10-24 21:17:52 -04:00
cocoa Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
dummy Windows default to fullscreen desktop mode if they don't pick an explicit video mode 2023-02-01 12:05:25 -08:00
emscripten Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
haiku Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
khronos vulkan_metal.h: Make compatible with ObjC ARC 2022-11-23 17:37:38 -08:00
kmsdrm Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
n3ds Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
ngage Windows default to fullscreen desktop mode if they don't pick an explicit video mode 2023-02-01 12:05:25 -08:00
offscreen Windows default to fullscreen desktop mode if they don't pick an explicit video mode 2023-02-01 12:05:25 -08:00
ps2 Add full high DPI information to SDL_DisplayMode 2023-01-27 12:38:46 -08:00
psp Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
raspberry Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
riscos Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
uikit Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
vita Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
vivante Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
wayland Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
windows Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
winrt Folded SDL_WINDOW_FULLSCREEN_EXCLUSIVE and SDL_WINDOW_FULLSCREEN_DESKTOP into a single SDL_WINDOW_FULLSCREEN flag 2023-02-01 12:05:25 -08:00
x11 Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
yuv2rgb Moved SDL_intrin.h back into the public headers for application use 2023-01-10 15:50:35 -08:00
SDL_blit.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_blit.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_blit_0.c Simplify flags testing (#7220) 2023-02-03 13:08:42 -08:00
SDL_blit_1.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_blit_A.c Moved SDL_intrin.h back into the public headers for application use 2023-01-10 15:50:35 -08:00
SDL_blit_auto.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_blit_auto.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_blit_copy.c Moved SDL_intrin.h back into the public headers for application use 2023-01-10 15:50:35 -08:00
SDL_blit_copy.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_blit_N.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_blit_slow.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_blit_slow.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_bmp.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_clipboard.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_egl.c Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_egl_c.h Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_fillrect.c Moved SDL_intrin.h back into the public headers for application use 2023-01-10 15:50:35 -08:00
SDL_pixels.c Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_pixels_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_rect.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_rect_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_rect_impl.h Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_RLEaccel.c Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free() 2023-01-09 18:01:59 -08:00
SDL_RLEaccel_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_shape.c Folded SDL_WINDOW_FULLSCREEN_EXCLUSIVE and SDL_WINDOW_FULLSCREEN_DESKTOP into a single SDL_WINDOW_FULLSCREEN flag 2023-02-01 12:05:25 -08:00
SDL_shape_internals.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_stretch.c Fixed SDL_ScaleMode values for consistency 2023-02-03 14:20:51 -08:00
SDL_surface.c Fixed SDL_ScaleMode values for consistency 2023-02-03 14:20:51 -08:00
SDL_sysvideo.h Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_video.c Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_video_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_vulkan_internal.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_vulkan_utils.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_yuv.c Moved SDL_intrin.h back into the public headers for application use 2023-01-10 15:50:35 -08:00
SDL_yuv_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
sdlgenblit.pl Updated copyright for 2023 2023-01-09 09:41:41 -08:00