]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
either offsets work, or I've broken lots of things.
[chaz/openbox] / openbox / openbox.c
index 7a0cfbb9e39a5db6c448210f41536c29d2347c65..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>
@@ -133,6 +135,7 @@ int main(int argc, char **argv)
        themerc_startup();
        engine_startup(themerc_engine);
        python_startup();
+        configwrap_startup();
        openboxwrap_startup();
        clientwrap_startup();
        hooks_startup();
@@ -170,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.021473 seconds and 4 git commands to generate.