diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-15 07:47:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-15 07:47:05 +0000 |
| commit | 92a6b897a047054d8fabc8fdee9233a555accb11 (patch) | |
| tree | 7e793d671f58b5516875836b13ef6b5c4627fc35 /openbox/focus.h | |
| parent | e14a4eeee90819b504f38bc52c99b598a15cebe4 (diff) | |
remove focusLast and focusLastOnDesktop
Diffstat (limited to 'openbox/focus.h')
| -rw-r--r-- | openbox/focus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/focus.h b/openbox/focus.h index 0caec776..6a99cf6a 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -24,7 +24,6 @@ void focus_shutdown(gboolean reconfig); void focus_set_client(struct _ObClient *client); typedef enum { - OB_FOCUS_FALLBACK_DESKTOP, /*!< switching desktops */ OB_FOCUS_FALLBACK_UNFOCUSING, /*!< forcefully remove focus from the current window */ OB_FOCUS_FALLBACK_NOFOCUS /*!< nothing has focus for some reason */ |
