summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index 345685c0..014350f9 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -48,6 +48,7 @@ void focus_set_client(struct _ObClient *client);
typedef enum {
OB_FOCUS_FALLBACK_UNFOCUSING, /*!< forcefully remove focus from the
current window */
+ OB_FOCUS_FALLBACK_CLOSED, /*!< closed the window with focus */
OB_FOCUS_FALLBACK_NOFOCUS /*!< nothing has focus for some reason */
} ObFocusFallbackType;