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

Print this page

        

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