X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=c77f6df1151ee16b099f57d7d9df7cbe201e5b51;hb=e659f95516867e2082aa171e818b372624bc5ebf;hp=7a0cfbb9e39a5db6c448210f41536c29d2347c65;hpb=9ecdf13b8d05ea1174a7b742475bc3e010ae154f;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index 7a0cfbb9..c77f6df1 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -14,9 +14,11 @@ #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 @@ -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();