summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'Gui')
-rw-r--r--Gui/wm/ws.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/wm/ws.c b/Gui/wm/ws.c
index e7a9c638f9..444a83bfea 100644
--- a/Gui/wm/ws.c
+++ b/Gui/wm/ws.c
@@ -507,6 +507,7 @@ Bool wsEvents( Display * display,XEvent * Event,XPointer arg )
l=wsSearch( Event->xany.window );
if ( l == -1 ) return !wsTrue;
+ wsWindowList[l]->State=0;
switch( Event->type )
{
case ClientMessage: