summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-11 17:05:07 +0000
committerDana Jansens <danakj@orodu.net>2007-03-11 17:05:07 +0000
commitfe317164865f5a08e18bb0b4fa9519fa4ca48a45 (patch)
tree932b09c355a296dfc3da043b3fff343fe73afa4d /openbox/focus.h
parent62a39c4c70b0ed8e153b0cccac853cc6fded99ba (diff)
fallback to transient parents properly
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 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);