From c4a5149016c98346bae4ce594d37065bd8f3dcf0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 May 2003 20:52:32 +0000 Subject: add a slit to the kernel --- openbox/openbox.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/openbox.c') diff --git a/openbox/openbox.c b/openbox/openbox.c index 8c599c4a..47923966 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -1,4 +1,5 @@ #include "openbox.h" +#include "slit.h" #include "event.h" #include "menu.h" #include "client.h" @@ -191,6 +192,7 @@ int main(int argc, char **argv) screen_startup(); group_startup(); client_startup(); + slit_startup(); /* call startup for all the plugins */ plugin_startall(); @@ -203,9 +205,11 @@ int main(int argc, char **argv) event_loop(); ob_state = State_Exiting; + slit_remove_all(); client_unmanage_all(); plugin_shutdown(); /* calls all the plugins' shutdown functions */ + slit_shutdown(); client_shutdown(); group_shutdown(); screen_shutdown(); -- cgit v1.2.3