--- old/src/java.desktop/unix/native/common/awt/systemscale/systemScale.h 2016-07-06 21:17:16.252173577 +0300 +++ new/src/java.desktop/unix/native/common/awt/systemscale/systemScale.h 2016-07-06 21:17:16.132173581 +0300 @@ -26,8 +26,7 @@ #include #include -int getNativeScaleFactor(); -int getScale(const char *uiScale); +double getNativeScaleFactor(); #endif