mirror of https://github.com/mpv-player/mpv
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:
parent
cf5ef1660a
commit
57d0189b48
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue