user32: The hiword of the return value from LB_ITEMFROMPOINT should be
commit0d0bfa4cce3c76b003748aa327fc18bb8d6f4b41
authorHuw Davies <huw@codeweavers.com>
Fri, 27 Oct 2006 15:22:02 +0000 (27 16:22 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 30 Oct 2006 10:16:39 +0000 (30 11:16 +0100)
tree25354b09f1810c4ba0267cdff3877fc14c73c3bb
parent5731967d2d72e06451df33679cc43528e12009ab
user32: The hiword of the return value from LB_ITEMFROMPOINT should be
a hittest on the item that's returned and not a hittest on the client
area as MSDN states.
dlls/user/listbox.c
dlls/user/tests/listbox.c