diff options
Diffstat (limited to 'src/layout/monitor.rs')
| -rw-r--r-- | src/layout/monitor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/monitor.rs b/src/layout/monitor.rs index 11eef73a..791b8b7e 100644 --- a/src/layout/monitor.rs +++ b/src/layout/monitor.rs @@ -146,7 +146,7 @@ impl<W: LayoutElement> Monitor<W> { } } - fn clean_up_workspaces(&mut self) { + pub fn clean_up_workspaces(&mut self) { assert!(self.workspace_switch.is_none()); for idx in (0..self.workspaces.len() - 1).rev() { |
