Cursor: apply x/y change during resize on commit

This fixes issues with resizing clients that stick to a fixed aspect
ratio during resize such as mpv.
This commit is contained in:
Isaac Freund
2023-03-14 21:06:44 +01:00
parent a679743fa0
commit c2ce893dd0
4 changed files with 139 additions and 68 deletions

View File

@ -512,6 +512,8 @@ pub fn applyPending(root: *Self) void {
}
},
}
cursor.inflight_mode = cursor.mode;
}
}