diff options
Diffstat (limited to 'make/stub_includes/opengl')
-rw-r--r-- | make/stub_includes/opengl/macosx-window-system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/stub_includes/opengl/macosx-window-system.h b/make/stub_includes/opengl/macosx-window-system.h index d8147a000..b48add0a6 100644 --- a/make/stub_includes/opengl/macosx-window-system.h +++ b/make/stub_includes/opengl/macosx-window-system.h @@ -40,10 +40,10 @@ Bool clearCurrentContext(NSOpenGLContext *ctx); Bool deleteContext(NSOpenGLContext* ctx, Bool releaseOnMainThread); Bool flushBuffer(NSOpenGLContext* ctx); void setContextOpacity(NSOpenGLContext* ctx, int opacity); -void updateContext(NSOpenGLContext* ctx); +void updateContext(NSOpenGLContext* ctx, Bool onMainThread); void copyContext(NSOpenGLContext* dest, NSOpenGLContext* src, int mask); -void* updateContextRegister(NSOpenGLContext* ctx, NSView* view); +void* updateContextRegister(NSOpenGLContext* ctx, NSView* view, Bool onMainThread); Bool updateContextNeedsUpdate(void* updater); void updateContextUnregister(void* updater); |