]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
track window groups
[chaz/openbox] / openbox / openbox.c
index 3d4db6f95ba7c989ec7617ef28240187436991ad..74f8164c840a0f39ef811dcba6d2a9feee84ee8e 100644 (file)
@@ -12,6 +12,7 @@
 #include "engine.h"
 #include "plugin.h"
 #include "timer.h"
+#include "group.h"
 #include "gettext.h"
 #include "../render/render.h"
 #include "../render/font.h"
@@ -172,6 +173,7 @@ int main(int argc, char **argv)
        engine_load();
 
        screen_startup();
+        group_startup();
        client_startup();
 
         /* call startup for all the plugins */
@@ -189,6 +191,7 @@ int main(int argc, char **argv)
 
         plugin_shutdown(); /* calls all the plugins' shutdown functions */
        client_shutdown();
+        group_shutdown();
        screen_shutdown();
        focus_shutdown();
        engine_shutdown();
This page took 0.021874 seconds and 4 git commands to generate.