summaryrefslogtreecommitdiff
path: root/openbox/mainloop.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-22 04:16:00 +0000
committerDana Jansens <danakj@orodu.net>2007-04-22 04:16:00 +0000
commit939fbcfd31e07a6e0f1cdbfcef9b04f63e6af700 (patch)
treefb5ba9c9de6eb445cac162c50b220a2a091345eb /openbox/mainloop.h
parent8612fcfb99f4ed97f49c3617fd2ae291877c8c8e (diff)
add a comparitor to timers. use this in event.c to let you remove timers from the queue selectively for delayed focus
Diffstat (limited to 'openbox/mainloop.h')
-rw-r--r--openbox/mainloop.h1
1 files changed, 1 insertions, 0 deletions
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);