listview: Select the item under the point (x,y) in MouseHover

Dimi Paun dimi at lattica.com
Thu May 19 20:13:42 CDT 2005


On Thu, 2005-05-19 at 19:38 -0500, James Hawkins wrote:
> +    if (!lpLVItem)
> +        return FALSE;

Please don't check for NULL, it's an internal function,
you should never pass NULL there. And if you do, it
should crash :)

-- 
Dimi Paun <dimi at lattica.com>
Lattica, Inc.




More information about the wine-devel mailing list