projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0964b80
)
set the client decorations to match the frame's so that there is not thot to be chang...
author
Dana Jansens
<danakj@orodu.net>
Mon, 25 Aug 2003 08:37:23 +0000
(08:37 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 25 Aug 2003 08:37:23 +0000
(08:37 +0000)
openbox/frame.c
patch
|
blob
|
history
diff --git
a/openbox/frame.c
b/openbox/frame.c
index 2f1fae309e941b4b4d3e8ab16b7486b8829de2e6..633b7cef383fd76dd69918da18d458d718c1e71a 100644
(file)
--- 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;