On Sun, 18 May 2025 19:02:14 GMT, Martin Fox <m...@openjdk.org> wrote:

> The GlassTouches code for monitoring touch events was disabled years ago 
> because it uses a global event tap. As Apple tightened security this started 
> generating alerts. With the latest version of Xcode (16.3) this unused code 
> is triggering a build error. This PR removes GlassTouches entirely.

Looks good. I can confirm that with Xcode 16.3 this fails to compile without 
this fix and works with this fix. Since GlassTouches is currently disabled on 
all supported platforms (and has been for years), this will not have any 
negative impact.

-------------

Marked as reviewed by kcr (Lead).

PR Review: https://git.openjdk.org/jfx/pull/1812#pullrequestreview-2851802698

Reply via email to