1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-19 18:05:21 +00:00

-wid fix by "Markus J.R." <random@shell.dnload.com>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6367 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-06-09 23:45:12 +00:00
parent d5ea99b894
commit 090670573e

View File

@ -430,6 +430,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
XUnmapWindow( mDisplay,vo_window );
XChangeWindowAttributes( mDisplay,vo_window,xswamask,&xswa );
XSelectInput( mDisplay,vo_window,StructureNotifyMask | KeyPressMask | PropertyChangeMask | PointerMotionMask | ButtonPressMask | ButtonReleaseMask | ExposureMask );
XMapWindow( mDisplay,vo_window );
} else { drwX=vo_dx; drwY=vo_dy; }
} else
{