]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
move the focus_order lists into the kernel
[chaz/openbox] / openbox / openbox.c
index fd4973da4514dbb17a6245a10d6a142a4f3a91b6..9f90a9e01e729e7a2a1d2e149c75ac2819ae5946 100644 (file)
@@ -160,6 +160,7 @@ int main(int argc, char **argv)
         plugin_shutdown(); /* calls all the plugins' shutdown functions */
         grab_shutdown();
        client_shutdown();
+       focus_shutdown();
        screen_shutdown();
        event_shutdown();
        engine_shutdown();
@@ -167,7 +168,7 @@ int main(int argc, char **argv)
        render_shutdown();
        timer_shutdown();
     }
-         
+
     XCloseDisplay(ob_display);
 
     dispatch_shutdown();
This page took 0.022455 seconds and 4 git commands to generate.