Mercurial > mplayer.hg
changeset 24348:f96e42d494f9
Fix borders for xmga broken by r23675. Tested by Diego.
author | reimar |
---|---|
date | Sat, 08 Sep 2007 13:36:13 +0000 |
parents | 89347ff2c31a |
children | 30092ed63592 |
files | libvo/vo_xmga.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)