some gnustep fixes, probably close to giving up on this ngl
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-04-14 13:13:17 -07:00
commit 0e2e3a1901
2 changed files with 8 additions and 2 deletions

View file

@ -81,6 +81,8 @@
@end
@interface MilskoCocoaView : NSView {
@public
unsigned char* buf;
NSBitmapImageRep* rep;
NSGraphicsContext* context;
MwBool valid;