all repos — openbox @ 2c710b86460fb084c266397e8566f48da41c29d5

openbox fork - make it a bit more like ryudo

missing a break
Dana Jansens danakj@orodu.net
commit

2c710b86460fb084c266397e8566f48da41c29d5

parent

4a79f7c4390b420a0993a0f3059924c3839cd445

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/client.ccsrc/client.cc

@@ -232,6 +232,7 @@ case Type_Normal:

// 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