[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
- Previous message: [Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.40,1.41 ws.h,1.14,1.15 wskeys.h,1.2,1.3 wsmkeys.h,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer play.c,1.60,1.61
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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" );
- Previous message: [Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.40,1.41 ws.h,1.14,1.15 wskeys.h,1.2,1.3 wsmkeys.h,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer play.c,1.60,1.61
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list