When unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if
authorLouis Philippe Gagnon <louisphilippe@macadamian.com>
Tue, 8 Aug 2000 20:45:16 +0000 (20:45 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 8 Aug 2000 20:45:16 +0000 (20:45 +0000)
commit94f74144fd5dc1cffd6f7ad6e9fdd6f77d88d2fb
treece7508fa8199ef58bd24d70b5e12cc2154405ae0
parent39ee3d4c4bbde9d33603630c581083499d44a626
When unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if
toolPtr->flags does not contain TTF_IDISHWND (meaning uId is not a
valid window handle).
dlls/comctl32/tooltips.c