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