]> Dogcows Code - chaz/openbox/blob - openbox/event.h
put focus_cycle into focus.c, use it there in the action. improved it as well to...
[chaz/openbox] / openbox / event.h
1 #ifndef __events_h
2 #define __events_h
3
4 #include <X11/Xlib.h>
5
6 /*! Time at which the last event with a timestamp occured. */
7 extern Time event_lasttime;
8
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;
13
14 void event_startup();
15 void event_shutdown();
16
17 void event_loop();
18
19 #endif
This page took 0.035785 seconds and 4 git commands to generate.