]> Dogcows Code - chaz/openbox/blob - openbox/event.h
9153116ed8bac39f7f4ee713397b33a5096314e2
[chaz/openbox] / 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
This page took 0.03812 seconds and 4 git commands to generate.