From 7b7f158088fa548791922b7cf133e507d3873656 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 17 Aug 2006 20:16:02 +0000 Subject: add a means to tell the timer destroy function not to fire when for example freeing its client frame --- openbox/mainloop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/mainloop.h') 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; -- cgit v1.2.3