From 362be18be60318f8ee5ee28a09e5aa04d7419106 Mon Sep 17 00:00:00 2001 From: al Date: Sat, 21 May 2005 17:31:44 +0000 Subject: Make -wid behave more consistent. Original patch by kiriuja |mplayer-patches >ta< en-directo >tod< net| git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15541 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xover.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/vo_xover.c') diff --git a/libvo/vo_xover.c b/libvo/vo_xover.c index 22457fc4da..0b4a97524d 100644 --- a/libvo/vo_xover.c +++ b/libvo/vo_xover.c @@ -300,6 +300,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, XUnmapWindow(mDisplay, vo_window); XChangeWindowAttributes(mDisplay, vo_window, xswamask, &xswa); vo_x11_selectinput_witherr( mDisplay,vo_window,StructureNotifyMask | KeyPressMask | PropertyChangeMask | PointerMotionMask | ButtonPressMask | ButtonReleaseMask | ExposureMask ); + XMapWindow(mDisplay, vo_window); } else XSelectInput( mDisplay,vo_window,ExposureMask ); } else -- cgit v1.2.3