X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fopenbox.c;h=087efd6be943f672b7e7141925670d46ef7523f0;hb=ac6fe9800850a4ce31efc610720099b60c2b7ff2;hp=91d968e905b1255c68ed1bb09d2091e38d04d73e;hpb=831deb72c6adda56e737a5951483888795e97919;p=chaz%2Fopenbox 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); } }