26 Nov
2025
26 Nov
'25
10:33 a.m.
Rémi Bernon (@rbernon) commented about dlls/win32u/window.c:
if ((!(style & (WS_POPUP | WS_CHILD)) || ((style & (WS_POPUP | WS_CHILD | WS_CAPTION)) == (WS_POPUP | WS_CAPTION))) + && !get_window_relative( hwnd, GW_OWNER )
Lets keep the && aligned with the other below. It's otherwise harder to read assumed operator precedence. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9578#note_123803