From: Dana Jansens Date: Mon, 25 Aug 2003 08:37:23 +0000 (+0000) Subject: set the client decorations to match the frame's so that there is not thot to be chang... X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=7e7efa5c1a5457bd1cda4ecd7eda1ea3eddef12d;p=chaz%2Fopenbox set the client decorations to match the frame's so that there is not thot to be changes later on whene there were actually none --- diff --git a/openbox/frame.c b/openbox/frame.c index 2f1fae30..633b7cef 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -223,7 +223,8 @@ void frame_adjust_area(ObFrame *self, gboolean moved, self->rbwidth = self->bwidth; if (self->client->max_vert && self->client->max_horz) - self->decorations &= ~OB_FRAME_DECOR_HANDLE; + self->client->decorations = + self->decorations &= ~OB_FRAME_DECOR_HANDLE; if (self->client->max_horz) self->bwidth = self->cbwidth_x = 0;