On Fri, 28 Jan 2022 09:00:25 GMT, Maxim Kartashev <[email protected]> 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

Reply via email to