]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
not passing timestamps sometimes and not others. set event_curtime when client messag...
[chaz/openbox] / openbox / focus.h
index e1d6a6c4e1f4e6c9fca970635cd90f4c6465aadf..1366cd08869e0971ae1c22c4abbcdc7d7b15dd29 100644 (file)
@@ -58,10 +58,9 @@ void focus_fallback(gboolean allow_refocus);
 
 /*! Cycle focus amongst windows. */
 void focus_cycle(gboolean forward, gboolean linear, gboolean interactive,
-                 gboolean dialog, gboolean done, gboolean cancel, Time time);
+                 gboolean dialog, gboolean done, gboolean cancel);
 void focus_directional_cycle(ObDirection dir, gboolean interactive,
-                             gboolean dialog, gboolean done, gboolean cancel,
-                             Time time);
+                             gboolean dialog, gboolean done, gboolean cancel);
 void focus_cycle_draw_indicator();
 
 /*! Add a new client into the focus order */
This page took 0.022249 seconds and 4 git commands to generate.