]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
fallback to transient parents properly
[chaz/openbox] / openbox / focus.h
index ce2c4d05eb6ebfebcf25004a3fc94ccaf29262dd..2846c9786a60cf7487a5e31d71b260fb692757bc 100644 (file)
@@ -53,16 +53,18 @@ typedef enum {
     OB_FOCUS_FALLBACK_NOFOCUS     /*!< nothing has focus for some reason */
 } ObFocusFallbackType;
 
-struct _ObClient* focus_fallback_target(ObFocusFallbackType type);
+struct _ObClient* focus_fallback_target(ObFocusFallbackType type,
+                                        struct _ObClient *old);
 
 /*! Call this when you need to focus something! */
 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.022904 seconds and 4 git commands to generate.