src/share/native/sun/java2d/opengl/OGLContext.c
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File jdk Cdiff src/share/native/sun/java2d/opengl/OGLContext.c

src/share/native/sun/java2d/opengl/OGLContext.c

Print this page

        

*** 36,45 **** --- 36,47 ---- #include "OGLRenderQueue.h" #include "OGLSurfaceData.h" #include "GraphicsPrimitiveMgr.h" #include "Region.h" + #include "jvm.h" + /** * The following methods are implemented in the windowing system (i.e. GLX * and WGL) source files. */ extern jboolean OGLSD_InitOGLWindow(JNIEnv *env, OGLSDOps *oglsdo);
src/share/native/sun/java2d/opengl/OGLContext.c
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File