Hi, Krishna.
One initial question about awt_Window.cpp:
2150 w = static_cast<int>((rect.right - rect.left) * scaleX /
prevScaleX);
2151 h = static_cast<int>((rect.bottom - rect.top) * scaleY /
prevScaleY);
Are you sure that we need to use "cast" instead of ScaleUp/Down?
On 29/09/2018 20:18, Krishna Addepalli wrote:
Hi All,
Please review a fix for JDK-8074824:
https://bugs.openjdk.java.net/browse/JDK-8074824
Webrev: http://cr.openjdk.java.net/~kaddepalli/8074824/webrev01/
<http://cr.openjdk.java.net/%7Ekaddepalli/8074824/webrev01/>
Most of the warnings have been fixed for Linux, Mac and Windows.
Thanks,
Krishna
--
Best regards, Sergey.