comctl32: Fix the tooltips behaviour when TTF_ABSOLUTE isn't specified.
commitc6525745f241962d7776b665b768b08d3c9cca09
authorRob Shearman <rob@codeweavers.com>
Mon, 19 Nov 2007 15:29:57 +0000 (19 15:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 20 Nov 2007 11:28:59 +0000 (20 12:28 +0100)
tree080d32fd57944d751ecc7eb88ac20afa093654d2
parent5ff8e6d7e180df1cd1ec3615be944b16d5d50215
comctl32: Fix the tooltips behaviour when TTF_ABSOLUTE isn't specified.

This does not mean to use the current cursor position. Instead, it means
that the left hand edge of balloon tips doesn't have to be exactly the
co-ordinate passed in (i.e. the stem can be as vertical as possible) and
it means non-balloon tips can use smart placement.
dlls/comctl32/tooltips.c