[PATCH 1/4 v2] user32: Fix itemData passed in ListBox WM_MEASUREITEM message
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- v2: - fixed test failures dlls/user32/listbox.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
Piotr Caban <piotr(a)codeweavers.com> wrote:
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- v2: - fixed test failures
Since this is a reworked patch in wine-staging it would be nice to at least have a reference for it, or a bug fixed by this patch. Are you planning to "rework" other patches in the staging tree using same approach? :) -- Dmitry.
On 03/01/18 07:11, Dmitry Timoshkov wrote:
Piotr Caban <piotr(a)codeweavers.com> wrote:
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- v2: - fixed test failures
Since this is a reworked patch in wine-staging it would be nice to at least have a reference for it, or a bug fixed by this patch.
Are you planning to "rework" other patches in the staging tree using same approach? :)
I've written it for SAP secure login client application. I didn't know that it's fixed in staging (I also didn't check if patch in staging is good enough for the secure login client application). I've written the patch without knowing / looking on your patch - that's why there's no reference to it. Thanks, Piotr
participants (2)
-
Dmitry Timoshkov -
Piotr Caban