Mercurial > mplayer.hg
diff libvo/vo_xv.c @ 6366:287c2e661172
-wid fix by "Markus J.R." <random@shell.dnload.com>
author | atmos4 |
---|---|
date | Sun, 09 Jun 2002 23:45:12 +0000 |
parents | ff858ab25b11 |
children | 86d5fc5b54e2 |
line wrap: on
line diff
--- a/libvo/vo_xv.c Sun Jun 09 22:02:46 2002 +0000 +++ b/libvo/vo_xv.c Sun Jun 09 23:45:12 2002 +0000 @@ -430,6 +430,7 @@ 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 {