On Thu, 21 Nov 2024 19:31:17 GMT, Alexander Zvegintsev <azveg...@openjdk.org> 
wrote:

>> Phil Race has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   8342903
>
> src/java.desktop/windows/native/libawt/windows/awt_Window.cpp line 450:
> 
>> 448: }
>> 449: 
>> 450: void AwtWindow::FocusedWindowChanged(HWND from, HWND to)
> 
> It looks like this empty method and its usage can also be removed:
> 
> 
> ./src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6426:    
> AwtWindow::FocusedWindowChanged(old, window);

I knew that was possible but I wasn't sure I wanted to pull on the string.
If it is really simple I will do it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22221#discussion_r1852825185

Reply via email to