]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
move the focus_order lists into the kernel
[chaz/openbox] / openbox / openbox.c
index c9d882790a96276aa24cf5e98133a128a2fe5418..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();
@@ -168,8 +169,6 @@ int main(int argc, char **argv)
        timer_shutdown();
     }
 
-    /* reset focus to root before exiting */
-    XSetInputFocus(ob_display, PointerRoot, RevertToNone, CurrentTime);
     XCloseDisplay(ob_display);
 
     dispatch_shutdown();
This page took 0.020354 seconds and 4 git commands to generate.