diff options
Diffstat (limited to 'src/window')
| -rw-r--r-- | src/window/mapped.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window/mapped.rs b/src/window/mapped.rs index ec7c67b8..0f39bef4 100644 --- a/src/window/mapped.rs +++ b/src/window/mapped.rs @@ -303,7 +303,7 @@ impl Mapped { self.credentials.as_ref() } - pub fn offscreen_data(&self) -> Ref<Option<OffscreenData>> { + pub fn offscreen_data(&self) -> Ref<'_, Option<OffscreenData>> { self.offscreen_data.borrow() } |
