X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.h;h=f0e2d397d2c6d0a01512e73c2c2900138318a19a;hb=9a826d8c3d61150ddd72c621aab870d4bfe4594f;hp=8a2a4cbc654f43950b9f4ac818853446e359d293;hpb=ab7673c8167d94bdb93bd9905d6265dd3bf727b3;p=chaz%2Fopenbox diff --git a/openbox/event.h b/openbox/event.h index 8a2a4cbc..f0e2d397 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -68,6 +68,11 @@ gboolean event_time_after(guint32 t1, guint32 t2); is a time at or after it, but at or before any other events we will process */ Time event_time(void); + +/*! Force event_time() to skip the current timestamp and look for the next + one. */ +void event_reset_time(void); + /*! A time at which an event happened that caused this current event to be generated. This is a user-provided time and not to be trusted. Returns CurrentTime if there was no source time provided.