]> Dogcows Code - chaz/openbox/blobdiff - openbox/mainloop.h
break focus. or maybe make it better.
[chaz/openbox] / openbox / mainloop.h
index 8e0e5ed685dc418a47b9d30a4f70ec26485cb3f9..f33773169423c4e7204f9e5e1b51204e30272ff0 100644 (file)
@@ -10,9 +10,11 @@ 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.02117 seconds and 4 git commands to generate.