]> Dogcows Code - chaz/openbox/commitdiff
set the client decorations to match the frame's so that there is not thot to be chang...
authorDana Jansens <danakj@orodu.net>
Mon, 25 Aug 2003 08:37:23 +0000 (08:37 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 25 Aug 2003 08:37:23 +0000 (08:37 +0000)
openbox/frame.c

index 2f1fae309e941b4b4d3e8ab16b7486b8829de2e6..633b7cef383fd76dd69918da18d458d718c1e71a 100644 (file)
@@ -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;
This page took 0.031056 seconds and 4 git commands to generate.