On Tue, 8 Mar 2022 03:04:40 GMT, Rajat Mahajan <d...@openjdk.java.net> wrote:

>> 8249592 : Robot.mouseMove moves cursor to incorrect location when display 
>> scale varies and Java runs in DPI Unaware mode
>
> 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.

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

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

Reply via email to