<AWT Dev> <Awt Dev> [9] Review Request for 8141528: Test closed/java/awt/FullScreen/DisplayMode/CycleDMImage.java fails for Ubuntu 15.10
Semyon Sadetsky
semyon.sadetsky at oracle.com
Mon Oct 3 16:38:35 UTC 2016
The fix is updated http://cr.openjdk.java.net/~ssadetsky/8141528/webrev.01/
The root case of the issue is that in Unity the screen window size and
location are get updated several times after display mode is changed,
and bounds which are set in line 459 of X11GraphicsDevice class are
overwritten. Since those window updates caused by display mode change
are not predictable the solution is changed to set the correct
full-screen size in the ConfigureNotify handler.
--Semyon
On 12/7/2015 2:11 PM, Semyon Sadetsky wrote:
> Hello,
>
> Please review fix for JDK9:
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8141528
> webrev: http://cr.openjdk.java.net/~ssadetsky/8141528/webrev.00/
>
> Compiz WM requires override redirect for full-screen window to
> preserve the full size upon display mode switching.
>
> --Semyon
>
More information about the awt-dev
mailing list