From b8fded742abad3c43c708ee935f5b58237170a01 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 27 May 2007 22:50:40 +0000 Subject: make focuslast only apply to switching desktops, like 3.3.1 --- 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 9bd4f206..be7a042d 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -44,7 +44,8 @@ void focus_set_client(struct _ObClient *client); void focus_nothing(); /*! Call this when you need to focus something! */ -struct _ObClient* focus_fallback(gboolean allow_refocus); +struct _ObClient* focus_fallback(gboolean allow_refocus, + gboolean allow_pointer); /*! Add a new client into the focus order */ void focus_order_add_new(struct _ObClient *c); -- cgit v1.2.3