modules/graphics/src/main/java/com/sun/glass/ui/mac/MacPixels.java

Print this page

        

@@ -55,12 +55,12 @@
 
     protected MacPixels(int width, int height, IntBuffer data) {
         super(width, height, data);
     }
 
-    protected MacPixels(int width, int height, IntBuffer data, float scale) {
-        super(width, height, data, scale);
+    protected MacPixels(int width, int height, IntBuffer data, float scalex, float scaley) {
+        super(width, height, data, scalex, scaley);
     }
 
     @Override
     protected void _fillDirectByteBuffer(ByteBuffer bb) {
         if (this.bytes != null) {