X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fopenbox.c;h=74f8164c840a0f39ef811dcba6d2a9feee84ee8e;hb=63b0c5616ffe67aa021234abe6635adb9c91879b;hp=3d4db6f95ba7c989ec7617ef28240187436991ad;hpb=bd12517c615d661fa2823f85bbbcb48555f7c3db;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index 3d4db6f9..74f8164c 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -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();