jdk/src/share/native/sun/java2d/opengl/OGLSurfaceData.h
changeset 12047 320a714614e9
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/share/native/sun/java2d/opengl/OGLSurfaceData.h	Tue Mar 06 10:25:45 2012 +0800
+++ b/jdk/src/share/native/sun/java2d/opengl/OGLSurfaceData.h	Tue Mar 06 20:34:38 2012 +0000
@@ -286,7 +286,7 @@
 void OGLSD_Unlock(JNIEnv *env,
                   SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo);
 void OGLSD_Dispose(JNIEnv *env, SurfaceDataOps *ops);
-void OGLSD_Flush(JNIEnv *env, OGLSDOps *oglsdo);
+void OGLSD_Delete(JNIEnv *env, OGLSDOps *oglsdo);
 jint OGLSD_NextPowerOfTwo(jint val, jint max);
 jboolean OGLSD_InitFBObject(GLuint *fbobjectID, GLuint *depthID,
                             GLuint textureID, GLenum textureTarget,