# HG changeset patch # User reimar # Date 1189258573 0 # Node ID f96e42d494f92c313f7c85d49421adb5487b7999 # Parent 89347ff2c31aba7c2867a1587e4c2d032891686c Fix borders for xmga broken by r23675. Tested by Diego. diff -r 89347ff2c31a -r f96e42d494f9 libvo/vo_xmga.c --- a/libvo/vo_xmga.c Sat Sep 08 12:15:15 2007 +0000 +++ b/libvo/vo_xmga.c Sat Sep 08 13:36:13 2007 +0000 @@ -221,6 +221,7 @@ { 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)