summaryrefslogtreecommitdiff
path: root/openbox/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/event.h')
-rw-r--r--openbox/event.h12
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