May 20, 2026
11:27 a.m.
Chip Davis (@cdavis5e) commented about dlls/winemac.drv/cocoa_window.m:
+ +typedef uint32_t CAContextID; + +@interface CAContext : NSObject + ++ (id) contextWithCGSConnection:(CGSConnectionID)connection options:(NSDictionary*)options; +@property(readonly) CAContextID contextId; +@property(retain) CALayer* layer; + +@end + +@interface CALayerHost : CALayer + +- (void) setContextId:(CAContextID)contextId; + +@end Why not use the public `CARemoteLayer` API?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10935#note_140777