From: Dana Jansens Date: Mon, 28 May 2007 04:20:02 +0000 (+0000) Subject: missed one X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=2a84418ee441d77d0d07760cbfc8359d0db624f4;p=chaz%2Fopenbox missed one --- 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); } }