From 6611c30854e96f73feaafcef7ee3d4e38a799bfc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 3 Oct 2003 04:37:16 +0000 Subject: let functions get which window would be selected on a focus fallback --- openbox/focus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/focus.h') diff --git a/openbox/focus.h b/openbox/focus.h index 7c67f6cb..090af72b 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -47,6 +47,8 @@ typedef enum { OB_FOCUS_FALLBACK_NOFOCUS /*!< nothing has focus for some reason */ } ObFocusFallbackType; +struct _ObClient* focus_fallback_target(ObFocusFallbackType type); + /*! Call this when you need to focus something! */ void focus_fallback(ObFocusFallbackType type); -- cgit v1.2.3