From 83e7a03e3ab90ae353cd26d931bf66cbbf1becff Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 7 Jun 2007 22:34:05 +0000 Subject: [PATCH] don't reconfigure twice --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/openbox.c b/openbox/openbox.c index e3f52ce3..e8d5ae4d 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -332,7 +332,7 @@ gint main(gint argc, gchar **argv) ObClient *c = it->data; /* the new config can change the window's decorations */ - client_setup_decor_and_functions(c, TRUE); + client_setup_decor_and_functions(c, FALSE); /* redraw the frames */ frame_adjust_area(c->frame, TRUE, TRUE, FALSE); /* the decor sizes may have changed, so the windows may -- 2.44.0