]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
fallback to transient parents properly
[chaz/openbox] / openbox / focus.h
index 1c95faa046272848b19dd39591cc6b2291cf9191..2846c9786a60cf7487a5e31d71b260fb692757bc 100644 (file)
@@ -53,7 +53,8 @@ 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);
This page took 0.020636 seconds and 4 git commands to generate.