Re: comctl32: Shed an unused parameter of TOOLTIPS_HitTestT and rename to TOOLTIPS_HitTest. (RESEND)

2011-05-22 Thread Nikolay Sivov
On Sun, May 22, 2011 at 6:07 PM, Gerald Pfeifer wrote: > Any problems with this patch I submitted back in February? > I believe I mentioned it, or I should have. Message handler is incomplete, cause it should return text as well, that's why it has A/W versions. This needs tests and proper impleme

Re: comctl32: Shed an unused parameter of TOOLTIPS_HitTestT and rename to TOOLTIPS_HitTest.

2011-02-27 Thread James McKenzie
On 2/27/11 1:46 AM, Nikolay Sivov wrote: On 2/26/2011 23:01, Gerald Pfeifer wrote: --- dlls/comctl32/tooltips.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dlls/comctl32/tooltips.c b/dlls/comctl32/tooltips.c index a2e58e0..445845c 100644 --- a/dlls/comctl32/

Re: comctl32: Shed an unused parameter of TOOLTIPS_HitTestT and rename to TOOLTIPS_HitTest.

2011-02-27 Thread Nikolay Sivov
On 2/26/2011 23:01, Gerald Pfeifer wrote: --- dlls/comctl32/tooltips.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dlls/comctl32/tooltips.c b/dlls/comctl32/tooltips.c index a2e58e0..445845c 100644 --- a/dlls/comctl32/tooltips.c +++ b/dlls/comctl32/tooltips.c