On 11/11/2015 5:04 PM, Alexander Scherbatiy wrote:
On 10/8/2015 11:39 AM, Semyon Sadetsky wrote:
Hello,
Please review fix for JDK9:
bug: https://bugs.openjdk.java.net/browse/JDK-8134669
webrev: http://cr.openjdk.java.net/~ssadetsky/8134669/webrev.00/
The Gnome WM does not set extended hints with insets, so they are
unavailable. As solution it is proposed to query the single screen
insets for the main screen and return empty insets for other screens.
The code for the Xinerama and the main screen insets looks the
same. Is it possible to avoid the code duplication there?
OK, see the updated webrev:
http://cr.openjdk.java.net/~ssadetsky/8134669/webrev.01/
Thanks,
Alexandr.
--Semyon