[Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.6,1.7
    Zoltan Ponekker 
    pontscho at mplayer.dev.hu
       
    Thu Aug 30 21:44:42 CEST 2001
    
    
  
Update of /cvsroot/mplayer/main/Gui/wm
In directory mplayer:/var/tmp.root/cvs-serv30697
Modified Files:
	ws.c 
Log Message:
win->state fix
Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ws.c	30 Aug 2001 16:51:37 -0000	1.6
+++ ws.c	30 Aug 2001 19:44:39 -0000	1.7
@@ -507,6 +507,7 @@
 
  l=wsSearch( Event->xany.window );
  if ( l == -1 ) return !wsTrue;
+ wsWindowList[l]->State=0;
  switch( Event->type )
   {
    case ClientMessage:
    
    
More information about the MPlayer-cvslog
mailing list