diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
| commit | f8a47de5ec444c452093371e3db16857eb39a490 (patch) | |
| tree | 31db2567842d98232775f9980f7a8d2586c0ac71 /openbox/event.h | |
| parent | 8ba0586bcbdc7fe9648f1063812126d71a041670 (diff) | |
merge the C branch into HEAD
Diffstat (limited to 'openbox/event.h')
| -rw-r--r-- | openbox/event.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openbox/event.h b/openbox/event.h new file mode 100644 index 00000000..9153116e --- /dev/null +++ b/openbox/event.h @@ -0,0 +1,12 @@ +#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 |
