SDL2/src/core/linux
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
..
SDL_dbus.c Functions which return function pointers now return SDL_FunctionPointer instead of void* 2023-01-09 15:46:21 -08:00
SDL_dbus.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_evdev.c Simplify flags testing (#7220) 2023-02-03 13:08:42 -08:00
SDL_evdev.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_evdev_capabilities.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_evdev_capabilities.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_evdev_kbd.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_evdev_kbd.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_evdev_kbd_default_accents.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_evdev_kbd_default_keymap.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_fcitx.c We no longer need explicit SDL_ENABLE_SYSWM_* while building SDL 2023-01-12 16:17:00 -08:00
SDL_fcitx.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_ibus.c We no longer need explicit SDL_ENABLE_SYSWM_* while building SDL 2023-01-12 16:17:00 -08:00
SDL_ibus.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_ime.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_ime.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_sandbox.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_sandbox.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_threadprio.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_udev.c Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_udev.h Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00