diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-04 19:56:42 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-04 19:56:42 +0000 |
| commit | dce6247e693a4880b1f77252460d445825efc13c (patch) | |
| tree | ae807b0bb1d010907dc9c97a6fb5288174ffb43c /openbox/focus.h | |
| parent | e3c52da8c3de8788aecb4ac15f428316e644e6ff (diff) | |
really fix focus_last?
Diffstat (limited to 'openbox/focus.h')
| -rw-r--r-- | openbox/focus.h | 1 |
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; |
