From 52176d1485e77ba3280ba210b4503eca20928af6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 12 Mar 2007 02:41:34 +0000 Subject: roll back focus fallback change, so it behaves well with new stacking --- openbox/focus.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/focus.h') diff --git a/openbox/focus.h b/openbox/focus.h index 2846c978..1c95faa0 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -53,8 +53,7 @@ typedef enum { OB_FOCUS_FALLBACK_NOFOCUS /*!< nothing has focus for some reason */ } ObFocusFallbackType; -struct _ObClient* focus_fallback_target(ObFocusFallbackType type, - struct _ObClient *old); +struct _ObClient* focus_fallback_target(ObFocusFallbackType type); /*! Call this when you need to focus something! */ void focus_fallback(ObFocusFallbackType type); -- cgit v1.2.3