openbox/openbox/event.h
2003-03-27 23:10:22 +00:00

19 lines
407 B
C

#ifndef __events_h
#define __events_h
#include <X11/Xlib.h>
/*! Time at which the last event with a timestamp occured. */
extern Time event_lasttime;
/*! The value of the mask for the NumLock modifier */
extern unsigned int NumLockMask;
/*! The value of the mask for the ScrollLock modifier */
extern unsigned int ScrollLockMask;
void event_startup();
void event_shutdown();
void event_loop();
#endif