diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-09 19:17:51 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-09 19:17:51 +0000 |
| commit | ff08e38027b9af9a7c5846ab530afbed2fa38d43 (patch) | |
| tree | cfbd8027c679bbf4c5dc2bf35c92a8b07cc8a635 /openbox/focus.h | |
| parent | e69da364cc073589b7984e2f1ce5d93f4d919950 (diff) | |
supply focus_cycle_draw_indicator which draws/moves/resizes the focus cycling indicator
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 f60ff61a..4a3f0b1a 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -61,6 +61,7 @@ void focus_cycle(gboolean forward, gboolean linear, gboolean dialog, gboolean done, gboolean cancel); void focus_directional_cycle(ObDirection dir, gboolean dialog, gboolean done, gboolean cancel); +void focus_cycle_draw_indicator(); /*! Add a new client into the focus order */ void focus_order_add_new(struct _ObClient *c); |
