On Thu, 2 Jul 2026 13:05:04 GMT, Alexey Ivanov <[email protected]> wrote:
>> Matthias Baesken has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Remove additional defines of COLOR_MENUBAR
>
> src/java.desktop/windows/native/libawt/windows/ComCtl32Util.cpp line 56:
>
>> 54:
>> 55: LRESULT ComCtl32Util::DefWindowProc(WNDPROC _DefWindowProc, HWND hwnd,
>> UINT msg, WPARAM wParam, LPARAM lParam) {
>> 56: return ::DefSubclassProc(hwnd, msg, wParam, lParam);
>
> For future clean-up: the `_DefWindowProc` parameter is never used now.
I submitted [JDK-8387670](https://bugs.openjdk.org/browse/JDK-8387670): _Remove
_DefWindowProc parameter from ComCtl32Util.cpp_.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31676#discussion_r3513752064