[2/4] comctl32: Accept touchscreen-related messages in monthcal test.

Vincent Povirk madewokherd at gmail.com
Mon Nov 23 16:46:56 CST 2015


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

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

diff --git a/dlls/comctl32/tests/monthcal.c b/dlls/comctl32/tests/monthcal.c
index b22db1c..fdecf6b 100644
--- a/dlls/comctl32/tests/monthcal.c
+++ b/dlls/comctl32/tests/monthcal.c
@@ -61,6 +61,8 @@ static const struct message create_parent_window_seq[] = {
     { WM_ACTIVATE, sent|wparam, 1 },
     { WM_IME_SETCONTEXT, sent|wparam|defwinproc|optional, 1 },
     { WM_IME_NOTIFY, sent|defwinproc|optional },
+    { WM_GETOBJECT, sent|lparam|defwinproc|optional, 0, OBJID_CLIENT }, /* touchscreen */
+    { WM_GETOBJECT, sent|lparam|defwinproc|optional, 0, OBJID_QUERYCLASSNAMEIDX }, /* touchscreen */
     { WM_SETFOCUS, sent|wparam|defwinproc, 0 },
     /* Win9x adds SWP_NOZORDER below */
     { WM_WINDOWPOSCHANGED, sent, /*|wparam, SWP_SHOWWINDOW|SWP_NOSIZE|SWP_NOMOVE|SWP_NOCLIENTSIZE|SWP_NOCLIENTMOVE*/ },
-- 
2.5.0



More information about the wine-patches mailing list