diff --git a/src/desktop/window.rs b/src/desktop/window.rs index 762676d..1ebd138 100644 --- a/src/desktop/window.rs +++ b/src/desktop/window.rs @@ -260,10 +260,7 @@ impl Window { } /// Damage of all the surfaces of this window - pub(super) fn accumulated_damage( - &self, - for_values: Option<(&Space, &Output)>, - ) -> Vec> { + pub fn accumulated_damage(&self, for_values: Option<(&Space, &Output)>) -> Vec> { let mut damage = Vec::new(); if let Some(surface) = self.0.toplevel.get_surface() { damage.extend(