]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
use font 8point by default if none is specified
[chaz/openbox] / openbox / openbox.c
index 91d968e905b1255c68ed1bb09d2091e38d04d73e..087efd6be943f672b7e7141925670d46ef7523f0 100644 (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);
                 }
             }
This page took 0.024151 seconds and 4 git commands to generate.