aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/GLCallbackHelperJNI.h
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2002-04-13 04:31:11 +0000
committerSven Gothel <[email protected]>2002-04-13 04:31:11 +0000
commit4c7204560056fe3bb0289c64020cbb9df17a757b (patch)
tree8174ef61a11e798c30e9c009fd285015a29b2e15 /CNativeCode/GLCallbackHelperJNI.h
parent3792fcfde48b79cef2242990569a8aba15d7a690 (diff)
Merged the Tesselation patch by
Pepijn Van Eeckhoudt <[email protected]>. I have added minor cleanups .. to it.
Diffstat (limited to 'CNativeCode/GLCallbackHelperJNI.h')
-rw-r--r--CNativeCode/GLCallbackHelperJNI.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CNativeCode/GLCallbackHelperJNI.h b/CNativeCode/GLCallbackHelperJNI.h
index 210271d..0a1dd63 100644
--- a/CNativeCode/GLCallbackHelperJNI.h
+++ b/CNativeCode/GLCallbackHelperJNI.h
@@ -67,4 +67,7 @@
LIBAPI jlong LIBAPIENTRY GetCurrentGLContext();
+ LIBAPI void* LIBAPIENTRY GetCurrentCallbackObject();
+ LIBAPI void LIBAPIENTRY SetCurrentCallbackObject(void* newCbObj);
+
#endif