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
This commit is contained in:
reimar 2007-09-08 13:36:13 +00:00
parent cf5ef1660a
commit 57d0189b48
1 changed files with 1 additions and 0 deletions

View File

@ -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)