diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-10 20:52:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-10 20:52:32 +0000 |
| commit | c4a5149016c98346bae4ce594d37065bd8f3dcf0 (patch) | |
| tree | 15f8b7c2bcfa7bead77014a0ff11645c307c72fc /openbox/openbox.c | |
| parent | 37169289844646c60985f9a77c0bb8935ac98515 (diff) | |
add a slit to the kernel
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 4 |
1 files changed, 4 insertions, 0 deletions
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(); |
