summaryrefslogtreecommitdiff
path: root/openbox/mainloop.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-03-18 11:54:15 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-03-18 11:54:15 +0000
commit0e6161b0d4953b81273200fd31bd9c14fac4981b (patch)
treedf45c56a0cd8623b4dcd51ca550b14d90fb68521 /openbox/mainloop.h
parentd50f4917169e8d354f62dd639afde0efe807760c (diff)
the old event code
Diffstat (limited to 'openbox/mainloop.h')
-rw-r--r--openbox/mainloop.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/mainloop.h b/openbox/mainloop.h
index f1ff986e..82aa70ca 100644
--- a/openbox/mainloop.h
+++ b/openbox/mainloop.h
@@ -28,11 +28,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,