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 71b6c9da..83a6360d 100644 --- a/src/window/mapped.rs +++ b/src/window/mapped.rs @@ -778,7 +778,7 @@ impl LayoutElement for Mapped { let _span = trace_span!("send_pending_configure", surface = ?toplevel.wl_surface().id()).entered(); - // Check for pending changes manually to account fo RequestSizeOnce::UseWindowSize. + // Check for pending changes manually to account for RequestSizeOnce::UseWindowSize. let has_pending_changes = with_toplevel_role(self.toplevel(), |role| { if role.server_pending.is_none() { return false; |
