]>
Dogcows Code - chaz/openbox/blob - openbox/event.h
6 /*! Time at which the last event with a timestamp occured. */
7 extern Time event_lasttime
;
9 /*! The value of the mask for the NumLock modifier */
10 extern unsigned int NumLockMask
;
11 /*! The value of the mask for the ScrollLock modifier */
12 extern unsigned int ScrollLockMask
;
15 void event_shutdown();
17 typedef struct event_fd_handler
{
20 void (*handler
)(int fd
, void *data
);
23 void event_add_fd_handler(event_fd_handler
*handler
);
24 void event_remove_fd(int n
);
This page took 0.034874 seconds and 4 git commands to generate.