]> git.sesse.net Git - vlc/commit
GLX: create window with same depth and visual as root
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 8 Jun 2013 17:13:34 +0000 (20:13 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 8 Jun 2013 17:13:34 +0000 (20:13 +0300)
commiteb713edf3b8017fc8fd09464ffe237a3f2797574
tree5e5b1ed69d76db0d6c68f18bd7ca587dbeb5897e
parent6a9f9527c57b142cc4ca8c2c9b929da800de73fb
GLX: create window with same depth and visual as root

...rather than the parent window. This should work better if the parent
window is transparent or has whatever other unusual property. Also pass
a proper visual ID.
modules/video_output/xcb/glx.c