SDL2/src/video/riscos
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
..
scancodes_riscos.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_riscosdefs.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_riscosevents.c Simplify flags testing (#7220) 2023-02-03 13:08:42 -08:00
SDL_riscosevents_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_riscosframebuffer.c Windows default to fullscreen desktop mode if they don't pick an explicit video mode 2023-02-01 12:05:25 -08:00
SDL_riscosframebuffer_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_riscosmessagebox.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_riscosmessagebox.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_riscosmodes.c Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_riscosmodes.h Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_riscosmouse.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_riscosmouse.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_riscosvideo.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_riscosvideo.h Displays are now referenced by instance ID instead of index 2023-01-29 19:25:15 -08:00
SDL_riscoswindow.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_riscoswindow.h Displays are now referenced by instance ID instead of index 2023-01-29 19:25:15 -08:00