changeset 1782:dce42eebfda4

win->state fix
author pontscho
date Thu, 30 Aug 2001 19:44:39 +0000
parents d94471abe4ca
children beec84c3d830
files Gui/wm/ws.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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: