summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-30 19:44:39 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-30 19:44:39 +0000
commita297081a672068004771ba08928b88b346dd1c27 (patch)
treefc7ffb1905aae031c5f26f155aa08a8c8f3724c1 /Gui
parentd6f7221fd8dce48013e6c037c6fc71f1cd87fc5a (diff)
downloadmpv-a297081a672068004771ba08928b88b346dd1c27.tar.bz2
mpv-a297081a672068004771ba08928b88b346dd1c27.tar.xz
win->state fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1783 b3059339-0415-0410-9bf9-f77b7e298cf2
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: