]> Dogcows Code - chaz/openbox/blobdiff - openbox/mainloop.h
revert my commit of d3th, it fucked up focus badly
[chaz/openbox] / openbox / mainloop.h
index f33773169423c4e7204f9e5e1b51204e30272ff0..8e0e5ed685dc418a47b9d30a4f70ec26485cb3f9 100644 (file)
@@ -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,
This page took 0.019925 seconds and 4 git commands to generate.