]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
add a big comment about more menus
[chaz/openbox] / openbox / openbox.c
index 4c2c185f2b31b8fd700793cba723686ac8ee6df6..9b81f2009463f6b62f1549cceb4e8761fa547f23 100644 (file)
@@ -273,6 +273,9 @@ gint main(gint argc, gchar **argv)
                 }
                 if (ob_rr_theme == NULL)
                     ob_exit_with_error(_("Unable to load a theme."));
+
+                PROP_SETS(RootWindow(ob_display, ob_screen),
+                          ob_theme, ob_rr_theme->name);
             }
 
             if (reconfigure) {
@@ -329,6 +332,8 @@ 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);
+                    /* redraw the frames */
+                    frame_adjust_area(c->frame, TRUE, TRUE, FALSE);
                 }
             }
 
This page took 0.022986 seconds and 4 git commands to generate.