From aa852556c0bc12e41a24da01df031d1eb886f9fa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 3 Mar 2007 21:10:15 +0000 Subject: [PATCH] let the configuration file changes affect windows' decroations and functionality on reconfigure (fix keepBorder bug 2841 --- openbox/openbox.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openbox/openbox.c b/openbox/openbox.c index 91d968e9..087efd6b 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -287,6 +287,9 @@ gint main(gint argc, gchar **argv) /* redecorate all existing windows */ 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); } } -- 2.39.2