Index: libvo/x11_common.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v retrieving revision 1.68 diff -u -r1.68 x11_common.c --- libvo/x11_common.c 29 Apr 2002 22:00:50 -0000 1.68 +++ libvo/x11_common.c 30 Apr 2002 01:04:35 -0000 @@ -548,10 +548,10 @@ if ( !strncmp( name,"_ICEWM_TRAY",11 ) || !strncmp( name,"_KDE_",5 ) || !strncmp( name,"KWM_WIN_DESKTOP",15 ) ) vo_wm_type=0; - + #ifdef MP_DEBUG fprintf(stderr,"[ws] PropertyNotify ( 0x%x ) %s ( 0x%x )\n", vo_window,name,Event.xproperty.atom ); - + #endif XFree( name ); } break;