]> Dogcows Code - chaz/openbox/blobdiff - src/client.cc
Get the bit shifts from the client, not server
[chaz/openbox] / src / client.cc
index d2a75b6a4d0a152867aeca5d154cf973685c3ff7..8f6549085f772e2bf43f85bf01a9e70b3de781d4 100644 (file)
@@ -232,6 +232,7 @@ void Client::setupDecorAndFunctions()
     // normal windows retain all of the possible decorations and
     // functionality, and are the only windows that you can fullscreen
     _functions |= Func_Fullscreen;
+    break;
 
   case Type_Dialog:
     // dialogs cannot be maximized
@@ -1203,7 +1204,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.020202 seconds and 4 git commands to generate.