]> Dogcows Code - chaz/openbox/blobdiff - src/client.cc
no options for the callbacls
[chaz/openbox] / src / client.cc
index d25d458ef920a1e391b3bc1caa100c19799ecd2f..52312f825160cb77a870a7ca62d8e08fc2b1d66c 100644 (file)
@@ -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
 }
 
 
@@ -1202,7 +1203,7 @@ void Client::changeState()
   state[1] = None;
   otk::Property::set(_window, otk::Property::atoms.wm_state,
                      otk::Property::atoms.wm_state, state, 2);
-  
+
   Atom netstate[10];
   int num = 0;
   if (_modal)
This page took 0.020693 seconds and 4 git commands to generate.