Mercurial > mplayer.hg
changeset 6366:287c2e661172
-wid fix by "Markus J.R." <random@shell.dnload.com>
author | atmos4 |
---|---|
date | Sun, 09 Jun 2002 23:45:12 +0000 |
parents | 2ba6600b5e0c |
children | 489c4bcbda13 |
files | libvo/vo_xv.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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 {