X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fframe.c;h=d905e75294516af783d1736cf79209f88498eac5;hb=cb7752cd1f48cbb9de4b3fa5062fa44e8d584701;hp=0256f6808a632aabc0ba7060c778297d26080c3b;hpb=2cce02b1b98375fe294c058ac8164c75ce165186;p=chaz%2Fopenbox diff --git a/openbox/frame.c b/openbox/frame.c index 0256f680..d905e752 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -421,6 +421,8 @@ void frame_adjust_area(ObFrame *self, gboolean moved, } 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 @@ void frame_adjust_area(ObFrame *self, gboolean moved, } 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);