summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-03 04:37:16 +0000
committerDana Jansens <danakj@orodu.net>2003-10-03 04:37:16 +0000
commit6611c30854e96f73feaafcef7ee3d4e38a799bfc (patch)
tree129146cbadced66f95dd3bbc72de7a019db2f542 /openbox/focus.h
parent242dc35a36b0056029adb4b702ed0b7ffe12feae (diff)
let functions get which window would be selected on a focus fallback
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index 7c67f6cb..090af72b 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -47,6 +47,8 @@ typedef enum {
OB_FOCUS_FALLBACK_NOFOCUS /*!< nothing has focus for some reason */
} ObFocusFallbackType;
+struct _ObClient* focus_fallback_target(ObFocusFallbackType type);
+
/*! Call this when you need to focus something! */
void focus_fallback(ObFocusFallbackType type);