]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
really fix focus_last?
[chaz/openbox] / openbox / focus.h
index 4a3f0b1a3c4fa2889514acdd19d68680970813f6..014350f9901c8d2c208aa593cea35e3756b57bc0 100644 (file)
@@ -48,6 +48,7 @@ void focus_set_client(struct _ObClient *client);
 typedef enum {
     OB_FOCUS_FALLBACK_UNFOCUSING, /*!< forcefully remove focus from the
                                     current window */
+    OB_FOCUS_FALLBACK_CLOSED,     /*!< closed the window with focus */
     OB_FOCUS_FALLBACK_NOFOCUS     /*!< nothing has focus for some reason */
 } ObFocusFallbackType;
 
@@ -57,9 +58,9 @@ struct _ObClient* focus_fallback_target(ObFocusFallbackType type);
 void focus_fallback(ObFocusFallbackType type);
 
 /*! Cycle focus amongst windows. */
-void focus_cycle(gboolean forward, gboolean linear,
+void focus_cycle(gboolean forward, gboolean linear, gboolean interactive,
                  gboolean dialog, gboolean done, gboolean cancel);
-void focus_directional_cycle(ObDirection dir,
+void focus_directional_cycle(ObDirection dir, gboolean interactive,
                              gboolean dialog, gboolean done, gboolean cancel);
 void focus_cycle_draw_indicator();
 
This page took 0.021061 seconds and 4 git commands to generate.