openbox/openbox/event.h

18 lines
407 B
C
Raw Normal View History

2003-03-16 21:11:39 +00:00
#ifndef __events_h
#define __events_h
2003-03-24 04:01:38 +00:00
#include <X11/Xlib.h>
2003-03-16 21:11:39 +00:00
/*! Time at which the last event with a timestamp occured. */
extern Time event_lasttime;
/*! The value of the mask for the NumLock modifier */
2003-08-28 17:32:49 +00:00
extern guint NumLockMask;
/*! The value of the mask for the ScrollLock modifier */
2003-08-28 17:32:49 +00:00
extern guint ScrollLockMask;
void event_startup(gboolean reconfig);
void event_shutdown(gboolean reconfig);
2003-03-16 21:11:39 +00:00
#endif