[Bug 38298] TTN_SHOW is not implemented correctly

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 27 16:25:13 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38298

--- Comment #1 from Nikolay Sivov <bunglehead at gmail.com> ---
Hi, Pietro.

Thank you for detailed description. Regarding using return value - it's trivial
to fix. Second part is more interesting, do you mean that native implementation
sends TTN_SHOW after tooltip window was positioned? In Wine case that would be
after this part:

---
    SetWindowPos (infoPtr->hwndSelf, HWND_TOPMOST, rect.left, rect.top,
            rect.right - rect.left, rect.bottom - rect.top,
            SWP_SHOWWINDOW | SWP_NOACTIVATE);
---

How do you check that it's sent after this? Directly using tooltip window
handle or there's some other side effect that makes it obvious?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list