From 4c7204560056fe3bb0289c64020cbb9df17a757b Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 13 Apr 2002 04:31:11 +0000 Subject: Merged the Tesselation patch by Pepijn Van Eeckhoudt . I have added minor cleanups .. to it. --- CNativeCode/GLCallbackHelperJNI.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CNativeCode/GLCallbackHelperJNI.h') 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 -- cgit v1.2.3