[MPlayer-cvslog] r24368 - trunk/libvo/vo_xmga.c
reimar
subversion at mplayerhq.hu
Sat Sep 8 15:36:13 CEST 2007
Author: reimar
Date: Sat Sep 8 15:36:13 2007
New Revision: 24368
Log:
Fix borders for xmga broken by r23675. Tested by Diego.
Modified:
trunk/libvo/vo_xmga.c
Modified: trunk/libvo/vo_xmga.c
==============================================================================
--- trunk/libvo/vo_xmga.c (original)
+++ trunk/libvo/vo_xmga.c Sat Sep 8 15:36:13 2007
@@ -221,6 +221,7 @@ static int config(uint32_t width, uint32
{
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)
More information about the MPlayer-cvslog
mailing list