[Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.110,1.111

Atmosfear atmos4 at mplayerhq.hu
Wed Jul 10 06:59:05 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv29785/libvo

Modified Files:
	vo_x11.c 
Log Message:
Markus Rechberger <revenger at shell.dnload.com>:
XMapWindow (vo_x11.c didn't map the Window after using -wid 0x....)



Index: vo_x11.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_x11.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- vo_x11.c	10 Jul 2002 04:11:59 -0000	1.110
+++ vo_x11.c	10 Jul 2002 04:58:51 -0000	1.111
@@ -334,6 +334,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 XSelectInput( mDisplay,vo_window,ExposureMask );
     }
     else




More information about the MPlayer-cvslog mailing list