openbox/c/event.h

13 lines
203 B
C
Raw Normal View History

2003-03-16 21:11:39 +00:00
#ifndef __events_h
#define __events_h
/*! Time at which the last event with a timestamp occured. */
extern Time event_lasttime;
void event_startup();
void event_shutdown();
void event_loop();
#endif