summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-08 13:36:13 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-08 13:36:13 +0000
commit57d0189b48c13f8bab49f4aef5c179786d31e0ba (patch)
tree1a14c8a9a89e8e69a69993bbfce4676aa6495437 /libvo
parentcf5ef1660af60432cbb7e09a6d467b531bc5d06e (diff)
downloadmpv-57d0189b48c13f8bab49f4aef5c179786d31e0ba.tar.bz2
mpv-57d0189b48c13f8bab49f4aef5c179786d31e0ba.tar.xz
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
Diffstat (limited to 'libvo')
-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)