let the configuration file changes affect windows' decroations and functionality on reconfigure (fix keepBorder bug 2841

This commit is contained in:
Dana Jansens 2007-03-03 21:10:15 +00:00
parent 73671503fa
commit aa852556c0

View file

@ -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);
}
}