From d53ce364a7c7c0d9b0d1fa87077df2dff69688e9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 3 Nov 2019 15:06:28 +0100 Subject: Add puglGetNativeWorld() --- pugl/detail/mac.m | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pugl/detail/mac.m') diff --git a/pugl/detail/mac.m b/pugl/detail/mac.m index e8a5d57..f530c2e 100644 --- a/pugl/detail/mac.m +++ b/pugl/detail/mac.m @@ -695,6 +695,12 @@ puglFreeWorldInternals(PuglWorld* world) free(world->impl); } +void* +puglGetNativeWorld(PuglWorld* world) +{ + return NULL; +} + PuglInternals* puglInitViewInternals(void) { -- cgit v1.2.1