diff options
author | Gerard Ziemski <[email protected]> | 2003-10-12 07:00:38 +0000 |
---|---|---|
committer | Gerard Ziemski <[email protected]> | 2003-10-12 07:00:38 +0000 |
commit | b76c821858e7ee132aa08cc8d9d61e82eb9aa53f (patch) | |
tree | e00235e882fa92d176a033eda406f3221deb7451 /make/stub_includes/macosx | |
parent | fbdf8c337805b02385bf43b65aad93c20a2e3ad2 (diff) |
Disabling the context updater for now - not thread safe yet.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@68 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/stub_includes/macosx')
-rw-r--r-- | make/stub_includes/macosx/window-system.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/stub_includes/macosx/window-system.c b/make/stub_includes/macosx/window-system.c index 15506299b..da317e393 100644 --- a/make/stub_includes/macosx/window-system.c +++ b/make/stub_includes/macosx/window-system.c @@ -8,6 +8,7 @@ Bool makeCurrentContext(void* nsContext, void* nsView); Bool clearCurrentContext(void* nsContext, void* nsView); Bool deleteContext(void* nsContext, void* nsView); Bool flushBuffer(void* nsContext, void* nsView); +void updateContext(void* nsContext, void* nsView); void* updateContextRegister(void* nsContext, void* nsView); void updateContextUnregister(void* nsContext, void* nsView, void* updater); |