< prev index next >

src/java.desktop/unix/classes/sun/java2d/x11/X11Renderer.java

Print this page

        

*** 52,62 **** return (GraphicsPrimitive.tracingEnabled() ? new X11TracingRenderer() : new X11Renderer()); } ! private final long validate(SunGraphics2D sg2d) { // NOTE: getCompClip() will revalidateAll() if the // surfaceData is invalid. This should ensure that // the clip and pixel that we are validating against // are the most current. // --- 52,62 ---- return (GraphicsPrimitive.tracingEnabled() ? new X11TracingRenderer() : new X11Renderer()); } ! private long validate(SunGraphics2D sg2d) { // NOTE: getCompClip() will revalidateAll() if the // surfaceData is invalid. This should ensure that // the clip and pixel that we are validating against // are the most current. //
< prev index next >