diff options
Diffstat (limited to 'openbox/focus.h')
| -rw-r--r-- | openbox/focus.h | 3 |
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); |
