X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmainloop.h;h=45cef18205b0b03bf5c0821347c60e9945cb1888;hb=7b7f158088fa548791922b7cf133e507d3873656;hp=82aa70ca234924577ed3d83518892aabac102aa7;hpb=1b4ff4e93f8bc312a862d3f08afeb0f4809527ae;p=chaz%2Fopenbox 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;