< prev index next >

src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h

Print this page

        

@@ -117,9 +117,9 @@
     Devices                 *devicesArray;
     float                   scaleX;
     float                   scaleY;
 
     static HDC              MakeDCFromMonitor(HMONITOR);
-    static int              CheckIntLimits(double value);
+    static int              ClipRound(double value);
 };
 
 #endif AWT_WIN32GRAPHICSDEVICE_H
< prev index next >