[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.108,1.109

Bohdan 'Nexus' Horst CVS nexus at mplayerhq.hu
Sun Nov 3 17:58:27 CET 2002


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

Modified Files:
	x11_common.c 
Log Message:
fix by Pontscho

Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- x11_common.c	1 Nov 2002 17:46:44 -0000	1.108
+++ x11_common.c	3 Nov 2002 16:58:07 -0000	1.109
@@ -538,6 +538,7 @@
       case ConfigureNotify:
 //	   if (!vo_fs && (Event.xconfigure.width == vo_screenwidth || Event.xconfigure.height == vo_screenheight)) break;
 //	   if (vo_fs && Event.xconfigure.width != vo_screenwidth && Event.xconfigure.height != vo_screenheight) break;
+           if ( vo_window == None ) break;
            vo_dwidth=Event.xconfigure.width;
            vo_dheight=Event.xconfigure.height;
 #if 0




More information about the MPlayer-cvslog mailing list