modules/graphics/src/main/java/com/sun/glass/ui/win/WinPixels.java

Print this page

        

@@ -48,12 +48,12 @@
 
     protected WinPixels(int width, int height, IntBuffer data) {
         super(width, height, data);
     }
 
-    protected WinPixels(int width, int height, IntBuffer data, float scale) {
-        super(width, height, data, scale);
+    protected WinPixels(int width, int height, IntBuffer data, float scalex, float scaley) {
+        super(width, height, data, scalex, scaley);
     }
 
     static int getNativeFormat_impl() {
         return nativeFormat;
     }