sdl2_frt/src/video/x11
2021-06-09 22:10:20 -04:00
..
edid-parse.c
edid.h
imKStoUCS.c
imKStoUCS.h
SDL_x11clipboard.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11clipboard.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11dyn.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11dyn.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11events.c Modifies WaitEvent and WaitEventTimeout to actually wait instead of polling 2021-06-04 13:50:50 -07:00
SDL_x11events.h Modifies WaitEvent and WaitEventTimeout to actually wait instead of polling 2021-06-04 13:50:50 -07:00
SDL_x11framebuffer.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11framebuffer.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11keyboard.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11keyboard.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11messagebox.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11messagebox.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11modes.c Changing variable from float to int, this way we can check it's value without having to do an unnecessary conversion. Then do explicit conversions later on if we need. 2021-06-01 16:53:39 -07:00
SDL_x11modes.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11mouse.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11mouse.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11opengl.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11opengl.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11opengles.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11opengles.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11shape.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11shape.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11sym.h In x11, GetDisplayDPI can give incorrect or unusable DPI information. Using XGetDefaults to get the Xft DPI if it's available and returning that. This could allow you to figure out DPI scale. 2021-06-01 16:53:39 -07:00
SDL_x11touch.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11touch.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11video.c Implement bare minimum for SDL_FlashWindow 2021-06-04 15:07:55 -07:00
SDL_x11video.h Modifies WaitEvent and WaitEventTimeout to actually wait instead of polling 2021-06-04 13:50:50 -07:00
SDL_x11vulkan.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11vulkan.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_x11window.c x11: Add a hint to force override-redirect. 2021-06-09 22:10:20 -04:00
SDL_x11window.h Implement bare minimum for SDL_FlashWindow 2021-06-04 15:07:55 -07:00
SDL_x11xinput2.c X11: use x11sym loaded functions (see bug #3978) 2021-05-12 23:37:18 +02:00
SDL_x11xinput2.h X11: allow using touchscreen, while pointer is grabbed (see bug #3978) 2021-05-12 23:13:48 +02:00