12 Jun
2024
12 Jun
'24
3:46 p.m.
Tim Clem (@tclem) commented about dlls/winemac.drv/cocoa_window.m:
WineMetalView *_metalView; }
+(a)property (retain, nonatomic) CGImageRef colorImage __attribute__((NSObject));
`__attribute__((NSObject))` is a pretty obscure feature. If you don't have a compelling reason for this to be a property, I'd probably just make it an ivar and handle the retain/release manually. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5798#note_72957