diff options
author | MC <mc@hack.org> | 2010-06-30 13:46:07 +0200 |
---|---|---|
committer | MC <mc@hack.org> | 2010-06-30 13:46:07 +0200 |
commit | 127afdd70593b6f33cb38e53545565aa77f3c131 (patch) | |
tree | d43f0fe98c65bed56a2a1ba5964254bc02da123d | |
parent | 20acabc0d2950c0f93056bda62db907048e3e654 (diff) | |
download | mcwm-127afdd70593b6f33cb38e53545565aa77f3c131.zip |
Forget old focus before mapping new windows on new workspace.
-rw-r--r-- | mcwm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -304,6 +304,8 @@ void changeworkspace(int ws) xcb_unmap_window(conn, client->id); } } + + focuswin = NULL; /* Go through list of new ws. Map everything that isn't fixed. */ for (item = wslist[ws]; item != NULL; item = item->next) |