aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mac.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mac.m b/src/mac.m
index e3af330..60ea6c8 100644
--- a/src/mac.m
+++ b/src/mac.m
@@ -871,9 +871,9 @@ puglFreeWorldInternals(PuglWorld* world)
}
void*
-puglGetNativeWorld(PuglWorld* PUGL_UNUSED(world))
+puglGetNativeWorld(PuglWorld* world)
{
- return NULL;
+ return world->impl->app;
}
PuglInternals*