diff Gui/wm/ws.c @ 1782:dce42eebfda4

win->state fix
author pontscho
date Thu, 30 Aug 2001 19:44:39 +0000
parents 5e905bf5d715
children d44b0ce32791
line wrap: on
line diff
--- a/Gui/wm/ws.c	Thu Aug 30 19:44:08 2001 +0000
+++ b/Gui/wm/ws.c	Thu Aug 30 19:44:39 2001 +0000
@@ -507,6 +507,7 @@
 
  l=wsSearch( Event->xany.window );
  if ( l == -1 ) return !wsTrue;
+ wsWindowList[l]->State=0;
  switch( Event->type )
   {
    case ClientMessage: