X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=152f2316d8ae5c81312a061c4a484646fd06545b;hb=44bc0dab886c924b6aac1d3f1eaf4cc0164950c9;hp=d10134023e6e42ad783c62ebf3061a64825677ff;hpb=eb6a2e9c4b334f53d714a2e7f10f73c63c3d2edd;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index d1013402..152f2316 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3174,7 +3174,7 @@ void client_shade(ObClient *self, gboolean shade) client_change_state(self); client_change_wm_state(self); /* the window is being hidden/shown */ /* resize the frame to just the titlebar */ - frame_adjust_area(self->frame, FALSE, FALSE, FALSE); + frame_adjust_area(self->frame, FALSE, TRUE, FALSE); } void client_close(ObClient *self)