[PATCH] user32/tests: Added client-side raw input function tests (try 13)

Vincas Miliūnas vincas.miliunas at gmail.com
Mon Jul 4 16:24:21 CDT 2011


Following Andre_H advice to submit just the tests.

Apologies for the spam...

Tests in the two of the VMs didn't process the WM_QUIT message sent by
PostQuitMessage, because GetMessage was scoped to the window:
-        ret = GetMessageA(&msg, hWnd, 0, 0);
+        ret = GetMessageA(&msg, 0, 0, 0);

Previous changelog - http://source.winehq.org/patches/data/76056

---
 dlls/user32/tests/input.c |  994
+++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 994 insertions(+), 0 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-user32-tests-Added-client-side-raw-input-function-te.patch
Type: text/x-patch
Size: 44303 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110705/8e46259a/attachment-0001.bin>


More information about the wine-patches mailing list