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

Print this page

        

*** 48,59 **** 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); } static int getNativeFormat_impl() { return nativeFormat; } --- 48,59 ---- protected WinPixels(int width, int height, IntBuffer data) { super(width, height, data); } ! protected WinPixels(int width, int height, IntBuffer data, float scalex, float scaley) { ! super(width, height, data, scalex, scaley); } static int getNativeFormat_impl() { return nativeFormat; }