X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=blobdiff_plain;f=src%2Ftint.c;h=529e3cda0119a3d18bdaa829084bd10aeebcfeed;hp=22f67da01d76b7ea5cc4aff2914d976ed646fa06;hb=fc22af941cf7b9db65a703e9e697490119c70ec2;hpb=f50e6636fb818a6851c4cfff9ea9cd843b0eba28 diff --git a/src/tint.c b/src/tint.c index 22f67da..529e3cd 100644 --- a/src/tint.c +++ b/src/tint.c @@ -156,7 +156,6 @@ void init_X11() void cleanup() { - cleanup_timeout(); cleanup_systray(); cleanup_tooltip(); cleanup_clock(); @@ -174,6 +173,7 @@ void cleanup() imlib_context_disconnect_display(); cleanup_server(); + cleanup_timeout(); if (server.dsp) XCloseDisplay(server.dsp); }