Commits on Source (5)
-
This call is extraneous as the X server automatically fills any exposed area with the window's background (in this case, black).
255005ae -
If necessary, set bit gravity on Open() and restore on Close(). This fixes black flickering on resize. Fixes #25716 for GLX. (backport of commit a32bf927)
9e297a47 -
If necessary, set bit gravity on Open() and restore on Close(). This fixes black flickering on resize. Fixes #25716 for EGL. (backport of commit 7251119a)
7cd64897 -
This fixes black flickering on resize. Fixes #25716 for xcb/x11 output. (backport of commit 58aaf06c)
b3971b8c -
This fixes black flickering on resize. Fixes #25716 for xcb/xvideo output.
1951b65d
Showing
- modules/gui/qt/qt.cpp 0 additions, 1 deletionmodules/gui/qt/qt.cpp
- modules/video_output/glx.c 17 additions, 0 deletionsmodules/video_output/glx.c
- modules/video_output/opengl/egl.c 17 additions, 1 deletionmodules/video_output/opengl/egl.c
- modules/video_output/xcb/x11.c 3 additions, 0 deletionsmodules/video_output/xcb/x11.c
- modules/video_output/xcb/xvideo.c 3 additions, 0 deletionsmodules/video_output/xcb/xvideo.c