summaryrefslogtreecommitdiff
path: root/openbox/event.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-30 07:20:16 +0000
committerDana Jansens <danakj@orodu.net>2003-08-30 07:20:16 +0000
commitde4f92ccc66c1dad1a2820a07d1f0161bd61a855 (patch)
tree6e782bca4561b33808d7b96c5df77895093ee3b3 /openbox/event.h
parent952ca245714e334090ea6baced5eb75d06f99e18 (diff)
using the ObMainLoop, which rulz the planet
Diffstat (limited to 'openbox/event.h')
-rw-r--r--openbox/event.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/openbox/event.h b/openbox/event.h
index 6aade180..0c6c7b97 100644
--- a/openbox/event.h
+++ b/openbox/event.h
@@ -14,15 +14,4 @@ extern guint ScrollLockMask;
void event_startup();
void event_shutdown();
-typedef struct event_fd_handler {
- gint fd;
- gpointer data;
- void (*handler)(gint fd, gpointer data);
-} event_fd_handler;
-
-void event_add_fd_handler(event_fd_handler *handler);
-void event_remove_fd(gint n);
-
-void event_loop();
-
#endif