diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-19 07:08:15 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-19 07:08:15 +0000 |
| commit | 648c55b829e09c66222a9bbf08d10434622feae2 (patch) | |
| tree | 7e6c2eb58a71e4691c9c5d85325b9d9000019138 /openbox/openbox.c | |
| parent | 597fad9d8d5b7be27cabeeec750ed15f86377a07 (diff) | |
move the focus_order lists into the kernel
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index c9d88279..9f90a9e0 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -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(); |
