Re: [PATCH] ui/cocoa: Fix stride resolution of pixman image

2021-02-21 Thread Peter Maydell
On Sun, 21 Feb 2021 at 17:31, Akihiko Odaki wrote: > > Signed-off-by: Akihiko Odaki In what situations does this change make a difference? Obviously most of the time it works fine, or we'd have noticed before now. (This is the kind of detail that it's useful to provide in the commit message.)

[PATCH] ui/cocoa: Fix stride resolution of pixman image

2021-02-21 Thread Akihiko Odaki
Signed-off-by: Akihiko Odaki --- ui/cocoa.m | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/cocoa.m b/ui/cocoa.m index 0ef5fdf3b7a..2de72155dea 100644 --- a/ui/cocoa.m +++ b/ui/cocoa.m @@ -450,19 +450,19 @@ - (void) drawRect:(NSRect) rect int w = pixman_ima