X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.h;h=fb8bb0755676857033569f15cbfe671d5ad38fdd;hb=90cecafa3de2f118e550622932d1d30266c71226;hp=ba5a03ea15cfdee8f52fa6f66b4b3113dfd17177;hpb=9676757a08b3e2e508c47f7795326bda8e54dc53;p=chaz%2Fopenbox diff --git a/openbox/event.h b/openbox/event.h index ba5a03ea..fb8bb075 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -60,7 +60,7 @@ void event_halt_focus_delay(void); /*! 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(void);