summaryrefslogtreecommitdiff
path: root/openbox/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/event.h')
-rw-r--r--openbox/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.h b/openbox/event.h
index 93af6b4c..a4bd8865 100644
--- a/openbox/event.h
+++ b/openbox/event.h
@@ -65,7 +65,7 @@ void event_halt_focus_delay();
/*! Compare t1 and t2, taking into account wraparound. True if t1
comes at the same time or later than t2. */
-gboolean event_time_after(Time t1, Time t2);
+gboolean event_time_after(guint32 t1, guint32 t2);
Time event_get_server_time();