all repos — openbox @ b2006b8b451f52ce274980b6b3cb626d1347da88

openbox fork - make it a bit more like ryudo

don't show handles on windows that cannot resize
Dana Jansens danakj@orodu.net
commit

b2006b8b451f52ce274980b6b3cb626d1347da88

parent

b23476ed5855bf92d6e0038bdcecf0141849ddea

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

jump to
M openbox/client.copenbox/client.c

@@ -1645,7 +1645,7 @@ self->decorations &= ~OB_FRAME_DECOR_SHADE;

if (!(self->functions & OB_CLIENT_FUNC_ICONIFY)) self->decorations &= ~OB_FRAME_DECOR_ICONIFY; if (!(self->functions & OB_CLIENT_FUNC_RESIZE)) - self->decorations &= ~OB_FRAME_DECOR_GRIPS; + self->decorations &= ~(OB_FRAME_DECOR_GRIPS | OB_FRAME_DECOR_HANDLE); /* can't maximize without moving/resizing */ if (!((self->functions & OB_CLIENT_FUNC_MAXIMIZE) &&