src/share/native/sun/java2d/opengl/OGLContext.c
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/native/sun/java2d/opengl/OGLContext.c	Fri Feb 14 22:46:58 2014
--- new/src/share/native/sun/java2d/opengl/OGLContext.c	Fri Feb 14 22:46:58 2014

*** 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