diff options
-rw-r--r-- | src/native/jogl/MacOSXWindowSystemInterface.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/native/jogl/MacOSXWindowSystemInterface.m b/src/native/jogl/MacOSXWindowSystemInterface.m index 0f7c5aa7e..c56f6e5bb 100644 --- a/src/native/jogl/MacOSXWindowSystemInterface.m +++ b/src/native/jogl/MacOSXWindowSystemInterface.m @@ -145,6 +145,7 @@ void* updateContextRegister(void* context, void* view) ContextUpdater *contextUpdater = [[ContextUpdater alloc] init]; [contextUpdater registerFor:nsContext with:nsView]; + return NULL; } void updateContextUnregister(void* context, void* view, void* updater) |