awesome_atexit(): Clean up libev's state

Signed-off-by: Uli Schlachter <psychon@znc.in>
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Uli Schlachter 2009-09-04 15:14:07 +02:00 committed by Julien Danjou
parent e1d6f0a150
commit 3d69f38e45
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ awesome_atexit(void)
/* Disconnect *after* closing lua */
xcb_disconnect(globalconf.connection);
ev_default_destroy();
}
/** Scan X to find windows to manage.