[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
    
        - Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer sw.h,1.15,1.16
- Next message: [Mplayer-cvslog] CVS: main cfg-mplayer.h,1.81,1.82 dec_video.c,1.41,1.42 stheader.h,1.15,1.16 cfgparser.c,1.26,1.27
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
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'.
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer sw.h,1.15,1.16
- Next message: [Mplayer-cvslog] CVS: main cfg-mplayer.h,1.81,1.82 dec_video.c,1.41,1.42 stheader.h,1.15,1.16 cfgparser.c,1.26,1.27
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list