summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-13 12:31:41 +0000
committerDana Jansens <danakj@orodu.net>2007-06-13 12:31:41 +0000
commit383f1ee85fbe6c7317781db2b05018e7932b9eab (patch)
treee65ffb6a23558fa3157b4caf648fade59600f499 /openbox/client.c
parent6005c3c86135ce9a7e95abacf275f94c440094c7 (diff)
don't show vertical resize context/arrow when the window is shaded
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
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)