all repos — openbox @ 4a14e50ae744305660ea5186fe2d545c0124fc6b

openbox fork - make it a bit more like ryudo

indenting
Dana Jansens danakj@orodu.net
commit

4a14e50ae744305660ea5186fe2d545c0124fc6b

parent

9bd60fd92b8ff09630b35973947493a23015c621

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

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

@@ -182,17 +182,17 @@

void frame_show(ObFrame *self) { if (!self->visible) { - self->visible = TRUE; - XMapWindow(ob_display, self->window); + self->visible = TRUE; + XMapWindow(ob_display, self->window); } } void frame_hide(ObFrame *self) { if (self->visible) { - self->visible = FALSE; - self->client->ignore_unmaps++; - XUnmapWindow(ob_display, self->window); + self->visible = FALSE; + self->client->ignore_unmaps++; + XUnmapWindow(ob_display, self->window); } }