summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-10 04:58:51 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-10 04:58:51 +0000
commitf8e68b858f36e580cf78374a5bc369431abb1f29 (patch)
tree30fc4effb05f1199ed8034143095ffc3307b7038 /libvo
parent2294920c351c2ced15dcdf411d1c2aca8e6da2c6 (diff)
downloadmpv-f8e68b858f36e580cf78374a5bc369431abb1f29.tar.bz2
mpv-f8e68b858f36e580cf78374a5bc369431abb1f29.tar.xz
Markus Rechberger <revenger at shell.dnload.com>:
XMapWindow (vo_x11.c didn't map the Window after using -wid 0x....) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6694 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 064162adcf..971b8f91eb 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -334,6 +334,7 @@ static uint32_t config( uint32_t width,uint32_t height,uint32_t d_width,uint32_t
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 XSelectInput( mDisplay,vo_window,ExposureMask );
}
else