From 939fbcfd31e07a6e0f1cdbfcef9b04f63e6af700 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 22 Apr 2007 04:16:00 +0000 Subject: add a comparitor to timers. use this in event.c to let you remove timers from the queue selectively for delayed focus --- openbox/mainloop.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/mainloop.h') diff --git a/openbox/mainloop.h b/openbox/mainloop.h index 9530f2a6..47591850 100644 --- a/openbox/mainloop.h +++ b/openbox/mainloop.h @@ -61,6 +61,7 @@ void ob_main_loop_timeout_add(ObMainLoop *loop, gulong microseconds, GSourceFunc handler, gpointer data, + GEqualFunc cmp, GDestroyNotify notify); void ob_main_loop_timeout_remove(ObMainLoop *loop, GSourceFunc handler); -- cgit v1.2.3