]> icculus.org git repositories - mikachu/openbox.git/blob - openbox/event.h
plugins work.
[mikachu/openbox.git] / openbox / event.h
1 #ifndef __events_h
2 #define __events_h
3
4 /*! Time at which the last event with a timestamp occured. */
5 extern Time event_lasttime;
6
7 void event_startup();
8 void event_shutdown();
9
10 void event_loop();
11
12 #endif