Print this page
Added gradle and cmake project

*** 33,42 **** --- 33,43 ---- import java.awt.image.ColorModel; import sun.java2d.SurfaceData; import sun.java2d.opengl.CGLLayer; import sun.lwawt.LWGraphicsConfig; + import sun.lwawt.macosx.CFRetainedResource; import sun.lwawt.macosx.CPlatformView; public abstract class CGraphicsConfig extends GraphicsConfiguration implements LWGraphicsConfig {
*** 96,106 **** /** * Creates a new SurfaceData that will be associated with the given * CGLLayer. */ ! public abstract SurfaceData createSurfaceData(CGLLayer layer); @Override public final boolean isTranslucencyCapable() { //we know for sure we have capable config :) return true; --- 97,107 ---- /** * Creates a new SurfaceData that will be associated with the given * CGLLayer. */ ! public abstract SurfaceData createSurfaceData(CFRetainedResource layer); @Override public final boolean isTranslucencyCapable() { //we know for sure we have capable config :) return true;