RFR: 8183521: Unable to type characters with tilde with swiss german keyboard layout [v2]
Martin Fox
mfox at openjdk.org
Tue Oct 1 20:17:53 UTC 2024
On Tue, 1 Oct 2024 19:01:39 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> Martin Fox has updated the pull request incrementally with one additional commit since the last revision:
>>
>> No point in the kbState being static here
>
> modules/javafx.graphics/src/main/native-glass/win/ViewContainer.cpp line 550:
>
>> 548:
>> 549: // Since we handle dead keys ourselves, reset the keyboard dead key status (if any)
>> 550: static BYTE kbState[256] = {};
>
> my c++ is a bit rusty, do we need `static` here?
There's no point in this being static. I've updated the PR.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1585#discussion_r1783478748
More information about the openjfx-dev
mailing list