]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.h
fix focus when starting up, especially when replacing another instance of openbox
[chaz/openbox] / openbox / event.h
index 8a2a4cbc654f43950b9f4ac818853446e359d293..f0e2d397d2c6d0a01512e73c2c2900138318a19a 100644 (file)
@@ -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.
This page took 0.021161 seconds and 4 git commands to generate.