RFR: 8274939: Incorrect size of the pixel storage is used by the robot on macOS
Sergey Bylokhov
serb at openjdk.java.net
Fri Jan 28 09:47:15 UTC 2022
On Fri, 28 Jan 2022 09:00:25 GMT, Maxim Kartashev <duke at openjdk.java.net> wrote:
> I just filed [JDK-8280861](https://bugs.openjdk.java.net/browse/JDK-8280861) for that and the issue with coordinates scaling on Linux.
It looks similar to what is done on macOS where two types of coordinates are needed: the user's space to pass to the GTK and the device space to create storage for the pixels. Be careful to not desync them as we did on macOS here.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5864
More information about the client-libs-dev
mailing list