From 57d0189b48c13f8bab49f4aef5c179786d31e0ba Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 8 Sep 2007 13:36:13 +0000 Subject: Fix borders for xmga broken by r23675. Tested by Diego. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24368 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xmga.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') 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) -- cgit v1.2.3