RFR: 8254569: Remove hard dependency on Dispman in Monocle fb rendering [v2]

Johan Vos jvos at openjdk.java.net
Wed Nov 4 16:08:09 UTC 2020


On Wed, 4 Nov 2020 15:56:44 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 75:
> 
>> 73:     public boolean swapBuffers() {
>> 74:         boolean result = false;
>> 75:         synchronized(NativeScreen.framebufferSwapLock) {
> 
> Add white space after `synchronized`

fixed

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

PR: https://git.openjdk.java.net/jfx/pull/343


More information about the openjfx-dev mailing list