[Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.5,1.6

Zoltan Ponekker pontscho at mplayer.dev.hu
Thu Aug 30 18:51:40 CEST 2001


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

Modified Files:
	ws.c 
Log Message:
chane wsMoveTop... func.

Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ws.c	27 Aug 2001 23:56:43 -0000	1.5
+++ ws.c	30 Aug 2001 16:51:37 -0000	1.6
@@ -599,6 +599,7 @@
         break;
 
    case PropertyNotify:
+	break;
 //        fprintf(stderr,"[ws] PropertyNotify %s\n",XGetAtomName( wsDisplay,Event->xproperty.atom ) );
         if ( Event->xproperty.atom == wsWindowList[l]->AtomRemote )
          {
@@ -851,8 +852,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