all repos — openbox @ 7e7efa5c1a5457bd1cda4ecd7eda1ea3eddef12d

openbox fork - make it a bit more like ryudo

set the client decorations to match the frame's so that there is not thot to be changes later on whene there were actually none
Dana Jansens danakj@orodu.net
commit

7e7efa5c1a5457bd1cda4ecd7eda1ea3eddef12d

parent

0964b804a135243968de22695b953f19f9e8b9d1

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

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

@@ -223,7 +223,8 @@ }

self->rbwidth = self->bwidth; if (self->client->max_vert && self->client->max_horz) - self->decorations &= ~OB_FRAME_DECOR_HANDLE; + self->client->decorations = + self->decorations &= ~OB_FRAME_DECOR_HANDLE; if (self->client->max_horz) self->bwidth = self->cbwidth_x = 0;