From 66afa1dcebaf8f1562311d1293baf4094f9ac011 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 9 May 2007 22:21:28 +0000 Subject: when a window is fully maxed, make clicking on the titlebar past the edge buttons count as clicking on the buttons --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index 9fbd0b2a..0c4cce1f 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1664,7 +1664,7 @@ void client_setup_decor_and_functions(ObClient *self) /* kill the handle on fully maxed windows */ if (self->max_vert && self->max_horz) - self->decorations &= ~OB_FRAME_DECOR_HANDLE; + self->decorations &= ~(OB_FRAME_DECOR_HANDLE | OB_FRAME_DECOR_GRIPS); /* finally, the user can have requested no decorations, which overrides everything (but doesnt give it a border if it doesnt have one) */ -- cgit v1.2.3