sdl2_frt/src/video/x11
Sam Lantinga 8b6ad7ffba Fixed bug 2101 - CWBackPixel causes weird window flickering on window resize
aBothe

I tried to experiment a bit with SDL2 and OpenGL today and noticed that something caused some weird flickering when resizing my nicely drawn SDL2/OpenGL window:
Just after resizing, the background went black and I had to let my OpenGL code redraw the contents..
However, after some hours spent with googling I found out that in OpenGL examples where this CWBackPixel flag was not used when creating X windows, there was no flickering while resizing the window.

See http://www.sbin.org/doc/Xlib/chapt_04.html @ "The Window Background" for more info.
2013-09-27 23:47:57 -07:00
..
edid-parse.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
edid.h Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
imKStoUCS.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
imKStoUCS.h OCD fixes: Adds a space after /* (glory to regular expressions!) 2013-08-21 09:47:10 -03:00
SDL_x11clipboard.c Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 2013-08-29 08:30:21 -07:00
SDL_x11clipboard.h Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11dyn.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11dyn.h Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11events.c # User Darren Salt <devspam@moreofthesa.me.uk> 2013-09-27 23:35:17 -07:00
SDL_x11events.h Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11framebuffer.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11framebuffer.h Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11keyboard.c Fixed compiler warning. 2013-08-20 20:31:57 -04:00
SDL_x11keyboard.h Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11messagebox.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11messagebox.h Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11modes.c OCD fixes: Adds a space after /* (glory to regular expressions!) 2013-08-21 09:47:10 -03:00
SDL_x11modes.h Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11mouse.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11mouse.h Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11opengl.c Fixes bug #2040, prepare SDL_GL_CONTEXT_EGL for deprecation on v2.1 2013-08-29 15:02:32 -03:00
SDL_x11opengl.h Fixes bug #2037, common EGL code for Android and X11 2013-08-19 16:29:46 -03:00
SDL_x11opengles.c Fixes bug #2040, prepare SDL_GL_CONTEXT_EGL for deprecation on v2.1 2013-08-29 15:02:32 -03:00
SDL_x11opengles.h Fixes bug #2037, common EGL code for Android and X11 2013-08-19 16:29:46 -03:00
SDL_x11shape.c Fix a couple of warnings 2013-08-21 10:34:32 -03:00
SDL_x11shape.h Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11sym.h OCD fixes: Adds a space after /* (glory to regular expressions!) 2013-08-21 09:47:10 -03:00
SDL_x11touch.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11touch.h Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11video.c Christoph Mallon: Remove pointless if (x) before SDL_free(x) 2013-08-29 08:29:21 -07:00
SDL_x11video.h Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
SDL_x11window.c Fixed bug 2101 - CWBackPixel causes weird window flickering on window resize 2013-09-27 23:47:57 -07:00
SDL_x11window.h Fixes bug #2037, common EGL code for Android and X11 2013-08-19 16:29:46 -03:00
SDL_x11xinput2.c Fixes for -Wdeclaration-after-statement 2013-08-21 10:12:16 -03:00
SDL_x11xinput2.h OCD fixes: Adds a space after /* (glory to regular expressions!) 2013-08-21 09:47:10 -03:00