[OpenJDK 2D-Dev] RFR: Fix for 8027541: Fully transparent jframe becomes black.
Phil Race
philip.race at oracle.com
Fri Nov 8 22:29:27 UTC 2013
http://cr.openjdk.java.net/~prr/8027541/
In the case where there is an alpha color on the window, the
X11 pipeline looks at the color model of the GraphicsConfiguration
and upgrades the surface to one with alpha. This makes the Xrender
pipeline do the same. SQE test failure, so no regression test needed
in this case.
-phil.
More information about the 2d-dev
mailing list