X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=ffac20d8f496d3181d7fec855748074922621eab;hb=d3ecb7c127edc6fd16059f786818bde71b9540a7;hp=2d68d32b7a33b9e038fb407ca4c8079b3648d7d3;hpb=b23476ed5855bf92d6e0038bdcecf0141849ddea;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index 2d68d32b..ffac20d8 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1645,7 +1645,7 @@ void client_setup_decor_and_functions(ObClient *self) if (!(self->functions & OB_CLIENT_FUNC_ICONIFY)) self->decorations &= ~OB_FRAME_DECOR_ICONIFY; if (!(self->functions & OB_CLIENT_FUNC_RESIZE)) - self->decorations &= ~OB_FRAME_DECOR_GRIPS; + self->decorations &= ~(OB_FRAME_DECOR_GRIPS | OB_FRAME_DECOR_HANDLE); /* can't maximize without moving/resizing */ if (!((self->functions & OB_CLIENT_FUNC_MAXIMIZE) &&