]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.h
Correct a 64-bit bug in event_time_after
[chaz/openbox] / openbox / event.h
index 93af6b4cf0ee713e95feb0d00e2d6a14b963ec91..a4bd88653f7a6f1c403d0e5225516d0c1c416541 100644 (file)
@@ -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();
 
This page took 0.020847 seconds and 4 git commands to generate.