all repos — openbox @ 598199425d0871f1ed0110f1af1d2362f21ebb2c

openbox fork - make it a bit more like ryudo

make frame elements unmap when they arent in use
Dana Jansens danakj@orodu.net
commit

598199425d0871f1ed0110f1af1d2362f21ebb2c

parent

2cce02b1b98375fe294c058ac8164c75ce165186

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

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

@@ -421,6 +421,8 @@ XMapWindow(ob_display, self->titlebottom);

} else XUnmapWindow(ob_display, self->titlebottom); } else { + XUnmapWindow(ob_display, self->titlebottom); + XUnmapWindow(ob_display, self->titletop); XUnmapWindow(ob_display, self->titletopleft); XUnmapWindow(ob_display, self->titletopright);

@@ -581,6 +583,8 @@ }

} else XUnmapWindow(ob_display, self->handletop); } else { + XUnmapWindow(ob_display, self->handletop); + XUnmapWindow(ob_display, self->handlebottom); XUnmapWindow(ob_display, self->lgripleft); XUnmapWindow(ob_display, self->rgripright);