summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_xmga.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c
index 4adb10f2f6..feb17e7e3d 100644
--- a/libvo/vo_xmga.c
+++ b/libvo/vo_xmga.c
@@ -221,6 +221,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
{
vo_x11_create_vo_window(&vinfo, vo_dx, vo_dy, d_width, d_height,
flags, xWAttribs.colormap, "xmga", title);
+ XChangeWindowAttributes(mDisplay, vo_window, xswamask, &xWAttribs);
}
if (vo_gc != None)