X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.cc;h=8f6549085f772e2bf43f85bf01a9e70b3de781d4;hb=f92804ec20cb51d8656887ea9a78d68a06b1f02a;hp=d2a75b6a4d0a152867aeca5d154cf973685c3ff7;hpb=31ae81b34aace753bf250c411e6692a52741e63a;p=chaz%2Fopenbox diff --git a/src/client.cc b/src/client.cc index d2a75b6a..8f654908 100644 --- a/src/client.cc +++ b/src/client.cc @@ -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)