summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-27 22:50:40 +0000
committerDana Jansens <danakj@orodu.net>2007-05-27 22:50:40 +0000
commitb8fded742abad3c43c708ee935f5b58237170a01 (patch)
tree460eda8e5419796c4667bcb5b02db918ba28e5ee /openbox/focus.h
parent568ca95bc222b1c694fbd77ce417fd04630846ae (diff)
make focuslast only apply to switching desktops, like 3.3.1
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h3
1 files changed, 2 insertions, 1 deletions
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);