X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=e4aae9e8969cd2be3cd5900380202baaf59a9bf2;hb=7af1c6a9c3a57f3ded34fad3f9f4a30fe377a65e;hp=70b65e40d511eacf060fa4cf851589e62ae8b59c;hpb=bab8b41f5cdf24bc14d99030f69e6b08d293e583;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index 70b65e40..e4aae9e8 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -194,12 +194,14 @@ int main(int argc, char **argv) timer_startup(); event_startup(); grab_startup(); + window_startup(); plugin_startup(); /* load the plugins specified in the pluginrc */ plugin_loadall(); /* set up the kernel config shit */ config_startup(); + menu_startup(); /* parse/load user options */ if (parse_load_rc(&doc, &node)) parse_tree(doc, node->xmlChildrenNode, NULL); @@ -211,8 +213,6 @@ int main(int argc, char **argv) if (ob_rr_theme == NULL) exit_with_error("Unable to load a theme."); - window_startup(); - menu_startup(); frame_startup(); moveresize_startup(); focus_startup();