comctl32/listview: Ignore the lParam to WM_PRINTCLIENT and add tests.
commit4e95553a2d1e442218cf94168b6258e3f5ba255b
authorAlex Henrie <alexhenrie24@gmail.com>
Fri, 15 Dec 2023 04:12:42 +0000 (14 21:12 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 20 Dec 2023 21:20:49 +0000 (20 22:20 +0100)
tree1a636b66b956deea94275fc3f4d6c9bad4ce6fff
parentaf45d28625de3b7188c7db3a28648710176c9d11
comctl32/listview: Ignore the lParam to WM_PRINTCLIENT and add tests.

Based on simliar patch for comctl32/treeview: 231199bc46

WM_PRINTCLIENT paints the items of a listview, including the item
backgrounds, but never the listview background.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54878
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55005
Co-authored-by: Bernhard Übelacker <bernhardu@mailbox.org>
dlls/comctl32/listview.c
dlls/comctl32/tests/listview.c