summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index 76b3b53f..4c2c185f 100644
--- 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);
}
}