]> Dogcows Code - chaz/tint2/blobdiff - src/util/timer.c
*fix* calculate right struts for multiple monitors. fixes issue 148 and issue 178
[chaz/tint2] / src / util / timer.c
index 48529dc3f22b8731aadfb70b86c9efe8311930c6..d66fa9927cad203a0464e4f8f56f82bc074cb15b 100644 (file)
@@ -71,3 +71,12 @@ void uninstall_timer(int id)
                timer_iter = timer_iter->next;
        }
 }
+
+
+void uninstall_all_timer()
+{
+       while (timer_list) {
+               struct timer* t = timer_list->data;
+               uninstall_timer(t->id);
+       }
+}
This page took 0.019901 seconds and 4 git commands to generate.