14 Jun
2022
14 Jun
'22
3:14 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/static.c:
{ HDC hMemDC; HBITMAP hBitmap, oldbitmap; + RECT rcClient; + + GetClientRect(hwnd, &rcClient); + FillRect( hdc, &rcClient, hbrush ); Inconsistent style. I know the code in STATIC_PaintBitmapfn() uses both styles and it's a mess. But please keep the new code in a consistent style. In this case, either both functions use spaces or both don't. Otherwise, the MR looks good to me.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/229#note_2007