make nsmenu extensible (#301)

This commit is contained in:
johnathan-becker 2024-10-07 14:58:42 -06:00 committed by GitHub
parent 3b02ac1d9d
commit fb1472ad3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -410,7 +410,7 @@ APPKIT_EXPORT_CLASS
unsigned int unused: 25;
} _menu;
@private
@protected
NSWindow *_aWindow;
NSWindow *_bWindow;
NSMenu *_oldAttachedMenu;