src/solaris/classes/sun/java2d/x11/X11SurfaceData.java

Print this page

        

*** 513,522 **** --- 513,523 ---- int transparency) { return getSurfaceType(gc, transparency, false); } + @SuppressWarnings("fallthrough") public static SurfaceType getSurfaceType(X11GraphicsConfig gc, int transparency, boolean pixmapSurface) { boolean transparent = (transparency == Transparency.BITMASK);