all repos — openbox @ b69bf80982619226cdaec6e1a16b45db6b1eca81

openbox fork - make it a bit more like ryudo

fullscreen only if no decorations
Dana Jansens danakj@orodu.net
commit

b69bf80982619226cdaec6e1a16b45db6b1eca81

parent

fbae01436c9fd77e628384072eae1ba649d07f00

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

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

@@ -2339,6 +2339,7 @@ }

else if ((self->fullscreen || /* no decorations and fills the monitor = oldskool fullscreen */ (self->frame != NULL && + self->decorations == 0 && (self->frame->size.right == 0 && self->frame->size.left == 0 && self->frame->size.bottom == 0 && self->frame->size.top == 0 && RECT_EQUAL(self->area,