openbox/openbox/event.h
Dana Jansens 806a8c411f add a reconfigure action, also reconfigure on SIGUSR2.
support reconfiguring throughout the entire codebase.
2003-09-03 18:11:39 +00:00

17 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 guint NumLockMask;
/*! The value of the mask for the ScrollLock modifier */
extern guint ScrollLockMask;
void event_startup(gboolean reconfig);
void event_shutdown(gboolean reconfig);
#endif