diff options
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/shell.h b/ash/shell.h index 239df7d..0d27747 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -195,6 +195,9 @@ class ASH_EXPORT Shell { WindowCycleController* window_cycle_controller() { return window_cycle_controller_.get(); } + internal::FocusCycler* focus_cycler() { + return focus_cycler_.get(); + } AudioController* audio_controller() const { return audio_controller_; } |