RFR: 8254569: Remove hard dependency on Dispman in Monocle fb rendering [v2]
Johan Vos
jvos at openjdk.java.net
Wed Nov 4 16:14:08 UTC 2020
On Wed, 4 Nov 2020 15:55:46 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
>> Johan Vos has updated the pull request incrementally with one additional commit since the last revision:
>>
>> process reviewer comments
>
> modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EGLAcceleratedScreen.java line 64:
>
>> 62: }
>> 63:
>> 64: public void enableRendering(boolean flag) {
>
> Add `@Override` annotation
done
> modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EGLAcceleratedScreen.java line 73:
>
>> 71: }
>> 72:
>> 73: public boolean swapBuffers() {
>
> Add @Override annotation
Indeed, I added it.
-------------
PR: https://git.openjdk.java.net/jfx/pull/343
More information about the openjfx-dev
mailing list