[OpenJDK 2D-Dev] RFR: 8263583: Emoji rendering on macOS [v3]

Dmitry Batrak dbatrak at openjdk.java.net
Fri May 7 08:02:41 UTC 2021


On Thu, 6 May 2021 19:40:16 GMT, Phil Race <prr at openjdk.org> wrote:

>> Dmitry Batrak has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8263583: Emoji rendering on macOS
>>   
>>   add 'static' modifier to a variable
>
> src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLTextRenderer.m line 327:
> 
>> 325: }
>> 326: 
>> 327: MTLPaint* storedPaint = nil;
> 
> should this be static ?

Added 'static', thanks.

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

PR: https://git.openjdk.java.net/jdk/pull/3007


More information about the 2d-dev mailing list