src/java.desktop/macosx/classes/sun/java2d/CRenderer.java

Print this page

        

*** 34,44 **** import sun.java2d.loops.*; import sun.java2d.pipe.*; import sun.lwawt.macosx.*; public class CRenderer implements PixelDrawPipe, PixelFillPipe, ShapeDrawPipe, DrawImagePipe { ! native static void init(); // cache of the runtime options static { init(); // initialize coordinate tables for shapes } --- 34,44 ---- import sun.java2d.loops.*; import sun.java2d.pipe.*; import sun.lwawt.macosx.*; public class CRenderer implements PixelDrawPipe, PixelFillPipe, ShapeDrawPipe, DrawImagePipe { ! static native void init(); // cache of the runtime options static { init(); // initialize coordinate tables for shapes }