X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=2846c9786a60cf7487a5e31d71b260fb692757bc;hb=fe317164865f5a08e18bb0b4fa9519fa4ca48a45;hp=1c95faa046272848b19dd39591cc6b2291cf9191;hpb=62a39c4c70b0ed8e153b0cccac853cc6fded99ba;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index 1c95faa0..2846c978 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -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);