X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.c;h=81a50fe258322ba769f9df7365e6239c60e679c8;hb=4c7119f94fe6accb43770aba1a220bed7c627b79;hp=d905e75294516af783d1736cf79209f88498eac5;hpb=598199425d0871f1ed0110f1af1d2362f21ebb2c;p=chaz%2Fopenbox diff --git a/openbox/frame.c b/openbox/frame.c index d905e752..81a50fe2 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -580,9 +580,20 @@ void frame_adjust_area(ObFrame *self, gboolean moved, XUnmapWindow(ob_display, self->lgriptop); XUnmapWindow(ob_display, self->rgriptop); } - } else + } else { + XUnmapWindow(ob_display, self->handleleft); + XUnmapWindow(ob_display, self->handleright); + XUnmapWindow(ob_display, self->lgriptop); + XUnmapWindow(ob_display, self->rgriptop); + XUnmapWindow(ob_display, self->handletop); + } } else { + XUnmapWindow(ob_display, self->handleleft); + XUnmapWindow(ob_display, self->handleright); + XUnmapWindow(ob_display, self->lgriptop); + XUnmapWindow(ob_display, self->rgriptop); + XUnmapWindow(ob_display, self->handletop); XUnmapWindow(ob_display, self->handlebottom);