From fe317164865f5a08e18bb0b4fa9519fa4ca48a45 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 11 Mar 2007 17:05:07 +0000 Subject: fallback to transient parents properly --- openbox/focus.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/focus.h') 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); -- cgit v1.2.3