RFR: 8249592 : Robot.mouseMove moves cursor to incorrect location when display scale varies and Java runs in DPI Unaware mode [v2]
Rajat Mahajan
duke at openjdk.java.net
Tue Mar 8 18:32:00 UTC 2022
On Tue, 8 Mar 2022 03:51:40 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Rajat Mahajan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> removed stdlib.h, not needed
>
> src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp line 53:
>
>> 51:
>> 52: ::SendInput(1, &mouseInput, sizeof(mouseInput));
>> 53:
>
> This change looks fine, the only suggestion I have is to split the long lines and use the 80 chars per line.
>
> Please also confirm that mach5 is green.
Mach5 passed all testing with the change. Fixed limit to 80 chars/ line.
thanks
-------------
PR: https://git.openjdk.java.net/jdk/pull/7736
More information about the client-libs-dev
mailing list