summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-09 23:45:12 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-09 23:45:12 +0000
commit090670573eea163bc519e70eaaef0ea6456f00bb (patch)
tree416a5a9970c756a361ca57eac412f9c4db1d3500 /libvo
parentd5ea99b894ce1aa54a5955c417ad92d3063560d1 (diff)
downloadmpv-090670573eea163bc519e70eaaef0ea6456f00bb.tar.bz2
mpv-090670573eea163bc519e70eaaef0ea6456f00bb.tar.xz
-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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index ae15c7664d..3f72206042 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -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
{