i think we're now linking to gnustep properly
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-04-13 18:39:21 -07:00
commit 7d85a784f5
2 changed files with 6 additions and 2 deletions

View file

@ -151,7 +151,7 @@ static void recursive_dispatch_key_released(MwLL handle, int* k) {
y = r ? ([[NSScreen mainScreen] frame].size.height / 2.) - (height / 2.)
: 0;
}
c->application = [MilskoCocoaApplication sharedApplication];
c->application = NSApp;
c->rect = NSMakeRect(x, y, width, height);
if(parent == NULL) {
@ -1235,6 +1235,8 @@ static void MwLLEndStateChangeImpl(MwLL handle) {
}
static int MwLLCocoaCallInitImpl(void) {
[NSApplication sharedApplication];
return 0;
}