[Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.17,1.18

Zoltan Ponekker pontscho at mplayer.dev.hu
Mon Oct 1 15:09:06 CEST 2001


Update of /cvsroot/mplayer/main/Gui/wm
In directory mplayer:/var/tmp.root/cvs-serv11005/Gui/wm

Modified Files:
	ws.c 
Log Message:
mwm fullscreen bug fixed (?)

Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ws.c	1 Oct 2001 12:28:39 -0000	1.17
+++ ws.c	1 Oct 2001 13:09:04 -0000	1.18
@@ -856,8 +856,8 @@
 //    Move top the window.
 // ----------------------------------------------------------------------------------------------
 void wsMoveTopWindow( wsTWindow * win )
-//{ XRaiseWindow( wsDisplay,win->WindowID ); }
-{ XUnmapWindow( wsDisplay,win->WindowID ); XMapWindow( wsDisplay,win->WindowID ); }
+{ XRaiseWindow( wsDisplay,win->WindowID ); }
+//{ XUnmapWindow( wsDisplay,win->WindowID ); XMapWindow( wsDisplay,win->WindowID ); }
 
 // ----------------------------------------------------------------------------------------------
 //    Set window background to 'color'.




More information about the MPlayer-cvslog mailing list