[3/4] comctl32: Accept touchscreen-related messages in trackbar test.

Vincent Povirk madewokherd at gmail.com
Mon Nov 23 16:47:58 CST 2015


-------------- next part --------------
From 5798ce66b3116095be31251263564c685e034f84 Mon Sep 17 00:00:00 2001
From: Vincent Povirk <vincent at codeweavers.com>
Date: Mon, 23 Nov 2015 16:15:49 -0600
Subject: [PATCH 3/4] comctl32: Accept touchscreen-related messages in
 propsheet test.

Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
---
 dlls/comctl32/tests/propsheet.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/comctl32/tests/propsheet.c b/dlls/comctl32/tests/propsheet.c
index 6594298..a29e0e1 100644
--- a/dlls/comctl32/tests/propsheet.c
+++ b/dlls/comctl32/tests/propsheet.c
@@ -623,6 +623,7 @@ static const struct message property_sheet_seq[] = {
     { WM_ACTIVATE, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },
     /*{ WM_IME_SETCONTEXT, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },
     { WM_IME_NOTIFY, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },*/
+    { WM_GETOBJECT, sent|lparam|optional, 0, OBJID_CLIENT }, /* touchscreen */
     { WM_SETFOCUS, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },
     { WM_KILLFOCUS, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },
     /*{ WM_IME_SETCONTEXT, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },*/
-- 
2.5.0



More information about the wine-patches mailing list