summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cc b/src/client.cc
index d25d458e..d2a75b6a 100644
--- a/src/client.cc
+++ b/src/client.cc
@@ -893,6 +893,7 @@ void Client::setState(StateAction action, long data1, long data2)
if (shadestate != _shaded)
shade(shadestate);
calcLayer();
+ changeState(); // change the hint to relect these changes
}