From dce6247e693a4880b1f77252460d445825efc13c Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 4 Aug 2006 19:56:42 +0000 Subject: really fix focus_last? --- openbox/focus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/focus.h') 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; -- cgit v1.2.3