]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.h
using the ObMainLoop, which rulz the planet
[chaz/openbox] / openbox / event.h
index b8f567a8d9c41978636d10cf2969db1957ba6029..0c6c7b976247d07a41b8a2aff6535c19f677eaa3 100644 (file)
@@ -7,22 +7,11 @@
 extern Time event_lasttime;
 
 /*! The value of the mask for the NumLock modifier */
-extern unsigned int NumLockMask;
+extern guint NumLockMask;
 /*! The value of the mask for the ScrollLock modifier */
-extern unsigned int ScrollLockMask;
+extern guint ScrollLockMask;
 
 void event_startup();
 void event_shutdown();
 
-typedef struct event_fd_handler {
-    int fd;
-    void *data;
-    void (*handler)(int fd, void *data);
-} event_fd_handler;
-
-void event_add_fd_handler(event_fd_handler *handler);
-void event_remove_fd(int n);
-
-void event_loop();
-
 #endif
This page took 0.022887 seconds and 4 git commands to generate.