Re: [PATCH] user32/tests: check that SetCursorPos doesn't call hooks.

2010-01-21 Thread Lauri Kenttä
Hello Nicolas, Thanks for your suggestions, I sent a new patch. -- Lauri Kenttä

Re: [PATCH] user32/tests: check that SetCursorPos doesn't call hooks.

2010-01-21 Thread Nicolas Le Cam
2010/1/21 Lauri Kenttä : > SetCursorPos should not call mouse low-level hooks. > --- >  dlls/user32/tests/input.c |   16 >  1 files changed, 16 insertions(+), 0 deletions(-) > > diff --git a/dlls/user32/tests/input.c b/dlls/user32/tests/input.c > index 7713ff6..a5dba06 100644 > ---