X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmainloop.h;h=8e0e5ed685dc418a47b9d30a4f70ec26485cb3f9;hb=3a607fad9df628ab16e0f7436dfbfc9b22634003;hp=f33773169423c4e7204f9e5e1b51204e30272ff0;hpb=ebf24d5224781e47b62cf20fb3852ef9782f200b;p=chaz%2Fopenbox diff --git a/openbox/mainloop.h b/openbox/mainloop.h index f3377316..8e0e5ed6 100644 --- a/openbox/mainloop.h +++ b/openbox/mainloop.h @@ -10,11 +10,9 @@ ObMainLoop *ob_main_loop_new(Display *display); void ob_main_loop_destroy(ObMainLoop *loop); typedef void (*ObMainLoopXHandler) (const XEvent *e, gpointer data); -typedef void (*ObMainLoopXDoneHandler) (gpointer data); void ob_main_loop_x_add(ObMainLoop *loop, ObMainLoopXHandler handler, - ObMainLoopXDoneHandler done_handler, gpointer data, GDestroyNotify notify); void ob_main_loop_x_remove(ObMainLoop *loop,