From 5f42ecfacbbf0bcfe43137c51a20b60d8ea368e3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 7 Apr 2003 05:47:20 +0000 Subject: track window groups iconify all its transients when a window is iconified --- openbox/openbox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/openbox.c') 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(); -- cgit v1.2.3