]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
when a window is fully maxed, make clicking on the titlebar past the edge buttons...
[chaz/openbox] / openbox / client.c
index 9fbd0b2a4ad63a8aaa061b8542747b31e3a77e96..0c4cce1f50be47e9a6f489790b2cb2b2ef9c6299 100644 (file)
@@ -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) */
This page took 0.025024 seconds and 4 git commands to generate.