]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
wow... this is a big commit...
[chaz/openbox] / openbox / focus.h
index ce2c4d05eb6ebfebcf25004a3fc94ccaf29262dd..1c95faa046272848b19dd39591cc6b2291cf9191 100644 (file)
@@ -60,9 +60,10 @@ void focus_fallback(ObFocusFallbackType type);
 
 /*! Cycle focus amongst windows. */
 void focus_cycle(gboolean forward, gboolean linear, gboolean interactive,
-                 gboolean dialog, gboolean done, gboolean cancel);
+                 gboolean dialog, gboolean done, gboolean cancel, Time time);
 void focus_directional_cycle(ObDirection dir, gboolean interactive,
-                             gboolean dialog, gboolean done, gboolean cancel);
+                             gboolean dialog, gboolean done, gboolean cancel,
+                             Time time);
 void focus_cycle_draw_indicator();
 
 /*! Add a new client into the focus order */
This page took 0.02403 seconds and 4 git commands to generate.