diff options
author | 2001-08-30 19:44:39 +0000 | |
---|---|---|
committer | 2001-08-30 19:44:39 +0000 | |
commit | a297081a672068004771ba08928b88b346dd1c27 (patch) | |
tree | fc7ffb1905aae031c5f26f155aa08a8c8f3724c1 | |
parent | d6f7221fd8dce48013e6c037c6fc71f1cd87fc5a (diff) |
win->state fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1783 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | Gui/wm/ws.c | 1 |
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: |