From 5b18f5922c9b7147ef9f7766c3d3e204d7792b07 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 May 2007 04:20:14 +0000 Subject: [PATCH] merge r6992 from trunk --- openbox/openbox.c | 4 +--- 1 file changed, 1 insertion(+), 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); } } -- 2.34.1