< prev index next >

src/java.desktop/macosx/native/libawt_lwawt/java2d/opengl/CGLSurfaceData.m

Print this page

        

*** 22,41 **** * or visit www.oracle.com if you need additional information or have any * questions. */ #import <stdlib.h> - #import <JavaNativeFoundation/JavaNativeFoundation.h> #import "sun_java2d_opengl_CGLSurfaceData.h" - #import "jni.h" #import "jni_util.h" #import "OGLRenderQueue.h" #import "CGLGraphicsConfig.h" #import "CGLSurfaceData.h" - #import "CGLLayer.h" #import "ThreadUtilities.h" /* JDK's glext.h is already included and will prevent the Apple glext.h * being included, so define the externs directly */ --- 22,38 ----
< prev index next >