SDL/src/video/x11
Amir ccade50587 Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]"
https://stackoverflow.com/questions/42125/warning-error-function-declaration-isnt-a-prototype
In C int foo() and int foo(void) are different functions. int foo() accepts an arbitrary number of arguments, while int foo(void) accepts 0 arguments. In C++ they mean the same thing.
2024-07-17 10:51:30 -07:00
..
edid-parse.c Remove unneeded semicolon 2022-11-17 10:43:45 +01:00
edid.h Update for SDL3 coding style (#6717) 2022-11-30 12:57:41 -08:00
SDL_x11clipboard.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11clipboard.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11dyn.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11dyn.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11events.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11events.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11framebuffer.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11framebuffer.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11keyboard.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11keyboard.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11messagebox.c x11: Fix build when X_HAVE_UTF8_STRING is not defined. 2024-06-27 01:53:39 -04:00
SDL_x11messagebox.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11modes.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11modes.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11mouse.c x11: Fix pointer warp on XWayland 2024-04-25 10:44:55 -04:00
SDL_x11mouse.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11opengl.c wgl/glx: Fix attribute list for SDL_GL_FLOATBUFFERS 2024-07-06 11:56:38 -07:00
SDL_x11opengl.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11opengles.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11opengles.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11shape.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11shape.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11sym.h SDL_x11sym.h: corrected XQueryKeymap() proto. 2024-05-10 18:56:10 +03:00
SDL_x11touch.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11touch.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11video.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
SDL_x11video.h x11: Fix pointer warp on XWayland 2024-04-25 10:44:55 -04:00
SDL_x11vulkan.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11vulkan.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11window.c x11: Don't resize, move, or raise windows when changing the min/max size 2024-02-23 14:35:56 -05:00
SDL_x11window.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11xfixes.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
SDL_x11xfixes.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_x11xinput2.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
SDL_x11xinput2.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00