summaryrefslogtreecommitdiff
path: root/openbox/mainloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/mainloop.h')
-rw-r--r--openbox/mainloop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/mainloop.h b/openbox/mainloop.h
index 82aa70ca..45cef182 100644
--- a/openbox/mainloop.h
+++ b/openbox/mainloop.h
@@ -65,7 +65,8 @@ void ob_main_loop_timeout_remove(ObMainLoop *loop,
GSourceFunc handler);
void ob_main_loop_timeout_remove_data(ObMainLoop *loop,
GSourceFunc handler,
- gpointer data);
+ gpointer data,
+ gboolean cancel_dest);
struct _ObAction;