[Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.45,1.46
Zoltan Ponekker
pontscho at mplayerhq.hu
Tue Jul 2 23:10:45 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk fs.c,1.13,1.14 fs.h,1.12,1.13
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk fs.c,1.14,1.15 fs.h,1.13,1.14 menu.c,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/Gui/wm
In directory mail:/var/tmp.root/cvs-serv15911/Gui/wm
Modified Files:
ws.c
Log Message:
fix window hiding bug with some wms (kde, gnome, icewm, mwm, wmaker)
Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ws.c 2 Jul 2002 13:35:04 -0000 1.45
+++ ws.c 2 Jul 2002 21:10:42 -0000 1.46
@@ -662,16 +662,16 @@
if ( !strncmp( name,"_ICEWM_TRAY",11 ) )
{
wsWMType=wsWMIceWM;
- mp_dbg( MSGT_GPLAYER,MSGL_STATUS,"[ws] Detected wm is IceWM.\n" );
+// mp_dbg( MSGT_GPLAYER,MSGL_STATUS,"[ws] Detected wm is IceWM.\n" );
}
if ( !strncmp( name,"_KDE_",5 ) )
{
- mp_dbg( MSGT_GPLAYER,MSGL_STATUS,"[ws] Detected wm is KDE.\n" );
+// mp_dbg( MSGT_GPLAYER,MSGL_STATUS,"[ws] Detected wm is KDE.\n" );
wsWMType=wsWMKDE;
}
if ( !strncmp( name,"KWM_WIN_DESKTOP",15 ) )
{
- mp_dbg( MSGT_GPLAYER,MSGL_STATUS,"[ws] Detected wm is WindowMaker style.\n" );
+// mp_dbg( MSGT_GPLAYER,MSGL_STATUS,"[ws] Detected wm is WindowMaker style.\n" );
wsWMType=wsWMWMaker;
}
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk fs.c,1.13,1.14 fs.h,1.12,1.13
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk fs.c,1.14,1.15 fs.h,1.13,1.14 menu.c,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list