]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
solids should now work with offsets
[chaz/openbox] / openbox / openbox.c
index bd7585ad296d3c341e1c85f3ec4318fc8368135f..c77f6df1151ee16b099f57d7d9df7cbe201e5b51 100644 (file)
 #include "hooks.h"
 #include "clientwrap.h"
 #include "openboxwrap.h"
+#include "configwrap.h"
 #include "themerc.h"
 #include "timer.h"
 #include "../render/render.h"
+#include "../render/font.h"
 
 #ifdef HAVE_FCNTL_H
 #  include <fcntl.h>
@@ -129,9 +131,11 @@ int main(int argc, char **argv)
     if (screen_annex()) { /* it will be ours! */
        timer_startup();
        render_startup();
+       font_startup();
        themerc_startup();
        engine_startup(themerc_engine);
        python_startup();
+        configwrap_startup();
        openboxwrap_startup();
        clientwrap_startup();
        hooks_startup();
@@ -169,6 +173,7 @@ int main(int argc, char **argv)
        hooks_shutdown();
        clientwrap_shutdown();
        openboxwrap_shutdown();
+        configwrap_shutdown();
        python_shutdown();
        engine_shutdown();
        themerc_shutdown();
This page took 0.021458 seconds and 4 git commands to generate.