19 Oct
2022
19 Oct
'22
12:37 p.m.
Jacek Caban (@jacek) commented about dlls/user32/tests/msg.c:
+ } + } + } + + DestroyWindow( hstatic ); + DeleteObject( hbitmap ); +} + +#define subtest_swp_paint_regions(w,p,c) subtest_swp_paint_regions_(__LINE__,w,p,c) + +static void subtest_swp_paint_regions_( int line, int wrap_toplevel, LPCSTR parent_class, LPCSTR child_class ) +{ + static const struct exposure_test { + int ex_style, style; + BOOL shuffle_zorder; + HWND insert_after; shuffle_zorder seems redundant, you could use !!insert_after instead.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/363#note_11322