From 2a84418ee441d77d0d07760cbfc8359d0db624f4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 May 2007 04:20:02 +0000 Subject: [PATCH] missed one --- 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.44.0