Re: [PATCH] ui/cocoa: Do not copy members of pixman image

2021-02-17 Thread Gerd Hoffmann
On Fri, Feb 12, 2021 at 09:06:29AM +0900, Akihiko Odaki wrote: > The old CocoaView had an idea of synchronizing the host window > configuration and the guest screen configuration. Here, the guest screen > actually means pixman image given ui/cocoa display implementation. > > However, [CocoaView -d

[PATCH] ui/cocoa: Do not copy members of pixman image

2021-02-11 Thread Akihiko Odaki
The old CocoaView had an idea of synchronizing the host window configuration and the guest screen configuration. Here, the guest screen actually means pixman image given ui/cocoa display implementation. However, [CocoaView -drawRect:] directly interacts with the pixman image buffer in reality. The