aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/ogl/DrawingSurfaceObjectAWT.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/native/ogl/DrawingSurfaceObjectAWT.c')
-rw-r--r--src/native/ogl/DrawingSurfaceObjectAWT.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/native/ogl/DrawingSurfaceObjectAWT.c b/src/native/ogl/DrawingSurfaceObjectAWT.c
index 25f8bd1..867a78d 100644
--- a/src/native/ogl/DrawingSurfaceObjectAWT.c
+++ b/src/native/ogl/DrawingSurfaceObjectAWT.c
@@ -23,7 +23,7 @@
#include <math.h>
#include <jawt_md.h>
-#include "javax_media_j3d_MasterControl.h"
+#include "javax_media_j3d_NativePipeline.h"
#include "javax_media_j3d_DrawingSurfaceObjectAWT.h"
#ifdef DEBUG
@@ -47,7 +47,7 @@
JNIEXPORT jlong JNICALL
-Java_javax_media_j3d_MasterControl_getAWT(
+Java_javax_media_j3d_NativePipeline_getAWT(
JNIEnv *env, jobject obj)
{
JAWT *awt;