[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.82,1.83

Zoltan Ponekker pontscho at mplayerhq.hu
Tue May 14 13:41:06 CEST 2002


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

Modified Files:
	x11_common.c 
Log Message:
small fixes

Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- x11_common.c	13 May 2002 20:45:42 -0000	1.82
+++ x11_common.c	14 May 2002 11:41:02 -0000	1.83
@@ -68,7 +68,7 @@
 /* output window id */
 int WinID=-1;
 int vo_mouse_autohide = 0;
-int vo_wm_type = vo_wm_Unknown;
+int vo_wm_type = -1;
 
 #ifdef HAVE_XINERAMA
 int xinerama_screen = 0;
@@ -232,6 +232,7 @@
     }
  } while( c++ < 25 );
  if ( name ) XFree( name );
+ XUnmapWindow( mDisplay,win );
  XDestroyWindow( mDisplay,win );
 #ifdef MP_DEBUG
  if ( wm == vo_wm_Unknown ) mp_dbg( MSGT_VO,MSGL_STATUS,"[x11] Unknown wm type...\n" );




More information about the MPlayer-cvslog mailing list