sdl2_frt/src/video/x11
M Stoeckl 8669a87f05 Reuse X11 connection from availability check
Instead of creating an X11 connection to test that X11 is available,
closing the connection, and then reconnecting for real, use the same
connection to handle both cases.

The X11 connection retry delay mechanism in the case where X11 is
dynamically loaded has been removed. It was only necessary to avoid
authetnication token reuse from the XOpenDisplay call that used to
exist in X11_Available. Now that this call is only made once, it
is no longer needed.

Also drop unused and inapplicable code from a comment.
***
2020-07-14 21:13:27 -04:00
..
edid-parse.c Fixed edid parsing code for older gcc compilers 2016-12-12 09:18:42 -08:00
edid.h Fixed edid parsing code for older gcc compilers 2016-12-12 09:18:42 -08:00
imKStoUCS.c x11: Updated imKStoUCS.* to latest from x.org. 2016-02-08 01:08:21 -05:00
imKStoUCS.h x11: Updated imKStoUCS.* to latest from x.org. 2016-02-08 01:08:21 -05:00
SDL_x11clipboard.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11clipboard.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11dyn.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11dyn.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11events.c x11: Fix spurious keyboard focus events 2020-06-17 12:48:40 +01:00
SDL_x11events.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11framebuffer.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11framebuffer.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11keyboard.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11keyboard.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11messagebox.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11messagebox.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11modes.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11modes.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11mouse.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11mouse.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11opengl.c Fixed bug 5208 - Fix libGL loading on OpenBSD 2020-06-23 10:12:24 -07:00
SDL_x11opengl.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11opengles.c Fixed bug 4833 - Use EGL for X11? 2020-02-03 08:06:52 -08:00
SDL_x11opengles.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11shape.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11shape.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11sym.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11touch.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11touch.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11video.c Reuse X11 connection from availability check 2020-07-14 21:13:27 -04:00
SDL_x11video.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11vulkan.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11vulkan.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11window.c Fixed rare crash when creating an X11 window 2020-04-22 14:57:06 -07:00
SDL_x11window.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11xinput2.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_x11xinput2.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00