diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-08 18:20:09 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-08 18:20:09 +0000 |
| commit | e68e6c6a536a2132570ddf1d1d3759bb31ef781e (patch) | |
| tree | e2e9372346710a5eb63987390dc2d8f82f554fa0 /openbox/focus.h | |
| parent | b8e4eecc9f6b69bfc69b694360fb427e6ec800ad (diff) | |
expose focus_cycle_client
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 1b1ce066..87f9375a 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -10,6 +10,8 @@ struct _ObClient; /*! The client which is currently focused */ extern struct _ObClient *focus_client; +/*! The client which appears focused during a focus cycle operation */ +extern struct _ObClient *focus_cycle_target; /*! The recent focus order on each desktop */ extern GList **focus_order; |
