aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2005-12-13 22:39:13 +0000
committerKevin Rushforth <[email protected]>2005-12-13 22:39:13 +0000
commitc93daf2928d6d4faa6ce6b6a0d48a6492be63b76 (patch)
tree5c3a4d5955e0078fc378fa525c1f36d0dc5c9df7 /src/native
parentba17c852a03fce513cedcf94528dbd58cc812cbc (diff)
Fixed Issue 201: D3D : UnsatisfiedLinkError encountered with closing windows
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@478 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/native')
-rw-r--r--src/native/ogl/DrawingSurfaceObjectAWT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/ogl/DrawingSurfaceObjectAWT.c b/src/native/ogl/DrawingSurfaceObjectAWT.c
index 84f86bb..e5f5eb9 100644
--- a/src/native/ogl/DrawingSurfaceObjectAWT.c
+++ b/src/native/ogl/DrawingSurfaceObjectAWT.c
@@ -253,7 +253,7 @@ void JNICALL Java_javax_media_j3d_DrawingSurfaceObjectAWT_unlockGlobal(
JNIEXPORT
void JNICALL Java_javax_media_j3d_DrawingSurfaceObjectAWT_freeResource(
JNIEnv *env,
- jobject obj,
+ jclass obj,
jlong awtObj,
jlong drawingSurface,
jlong drawingSurfaceInfo)