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:
@ -512,6 +512,8 @@ pub fn applyPending(root: *Self) void {
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
cursor.inflight_mode = cursor.mode;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user