summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-12 02:41:34 +0000
committerDana Jansens <danakj@orodu.net>2007-03-12 02:41:34 +0000
commit52176d1485e77ba3280ba210b4503eca20928af6 (patch)
tree96c5e99076860651fd1423f6703202e0972c5436 /openbox/focus.h
parentd113b9f33fb7031add7026d123f34b31888d7411 (diff)
roll back focus fallback change, so it behaves well with new stacking
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h3
1 files changed, 1 insertions, 2 deletions
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);