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

This commit is contained in:
Dana Jansens 2003-08-25 08:37:23 +00:00
parent 0964b804a1
commit 7e7efa5c1a

View file

@ -223,6 +223,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
self->rbwidth = self->bwidth; self->rbwidth = self->bwidth;
if (self->client->max_vert && self->client->max_horz) if (self->client->max_vert && self->client->max_horz)
self->client->decorations =
self->decorations &= ~OB_FRAME_DECOR_HANDLE; self->decorations &= ~OB_FRAME_DECOR_HANDLE;
if (self->client->max_horz) if (self->client->max_horz)