repo.or.cz
/
openbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge the C branch into HEAD
[openbox.git]
/
c
/
event.h
blob
9153116ed8bac39f7f4ee713397b33a5096314e2
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