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:
72a3eaa
)
merge r6992 from trunk
author
Dana Jansens
<danakj@orodu.net>
Mon, 28 May 2007 04:20:14 +0000
(
04:20
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 28 May 2007 04:20:14 +0000
(
04:20
+0000)
openbox/openbox.c
patch
|
blob
|
history
diff --git
a/openbox/openbox.c
b/openbox/openbox.c
index 76b3b53f4cd8a3f984e19a60678a478aace3c7e7..4c2c185f2b31b8fd700793cba723686ac8ee6df6 100644
(file)
--- a/
openbox/openbox.c
+++ b/
openbox/openbox.c
@@
-328,9
+328,7
@@
gint main(gint argc, gchar **argv)
for (it = client_list; it; it = g_list_next(it)) {
ObClient *c = it->data;
/* the new config can change the window's decorations */
- client_setup_decor_and_functions(c);
- /* redraw the frames */
- frame_adjust_area(c->frame, TRUE, TRUE, FALSE);
+ client_setup_decor_and_functions(c, TRUE);
}
}