JFXPanel cleanup of ViewPainter.ROOT_PATHS

2020-12-11 Thread Brendan DalCin
Hi there, I’ve recently been having some trouble with cleanup of FX resources in a JFXPanel inside a Swing application. I'm hoping you can point me in the right direction. For some context, I’m working on a layered desktop application written entirely in Swing. The application has layers added an

Integrated: 8256012: Fix build of Monocle for Linux

2020-12-11 Thread John Neffenger
On Sat, 7 Nov 2020 23:13:48 GMT, John Neffenger wrote: > This pull request fixes the error when building embedded JavaFX for Linux. > > The error occurs because `MonocleGLFactory.c` does not define the macro > `__USE_GNU` before including the header file `dlfcn.h`. The two lines in the > cond

Re: RFR: 8201568: zForce touchscreen input device fails when closed and immediately reopened [v2]

2020-12-11 Thread John Neffenger
On Tue, 29 Sep 2020 19:47:54 GMT, John Neffenger wrote: >> I don't have access to a Pi right now, so I can't test this (I'll be able to >> test in about 10 days from now though) > > @johanvos, would you mind approving this pull request again? It looks as if > the *ready* label was removed when

Re: RFR: 8256012: Fix build of Monocle for Linux

2020-12-11 Thread Johan Vos
On Sat, 7 Nov 2020 23:13:48 GMT, John Neffenger wrote: > This pull request fixes the error when building embedded JavaFX for Linux. > > The error occurs because `MonocleGLFactory.c` does not define the macro > `__USE_GNU` before including the header file `dlfcn.h`. The two lines in the > cond

Re: RFR: 8256012: Fix build of Monocle for Linux [v3]

2020-12-11 Thread Johan Vos
On Fri, 11 Dec 2020 20:48:11 GMT, John Neffenger wrote: >> This pull request fixes the error when building embedded JavaFX for Linux. >> >> The error occurs because `MonocleGLFactory.c` does not define the macro >> `__USE_GNU` before including the header file `dlfcn.h`. The two lines in the >

Re: RFR: 8256012: Fix build of Monocle for Linux [v3]

2020-12-11 Thread John Neffenger
> This pull request fixes the error when building embedded JavaFX for Linux. > > The error occurs because `MonocleGLFactory.c` does not define the macro > `__USE_GNU` before including the header file `dlfcn.h`. The two lines in the > conditional group "`#ifndef ANDROID`" below have no effect bec

Re: RFR: 8256012: Fix build of Monocle for Linux [v2]

2020-12-11 Thread John Neffenger
> This pull request fixes the error when building embedded JavaFX for Linux. > > The error occurs because `MonocleGLFactory.c` does not define the macro > `__USE_GNU` before including the header file `dlfcn.h`. The two lines in the > conditional group "`#ifndef ANDROID`" below have no effect bec