Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ramon unch lower with mmb fix #138

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

RamonUnch
Copy link

On some windows such as Sumatra PDF, or Office 2010, by avoiding to get the ancestor window before the WM_NCHITTEST message.
SumatraPDF discussion: sumatrapdfreader/sumatrapdf#1979
I had to add the HitTestTimeout() function that checks the response of the WM_NCHITTEST on the pointed NChwnd, if it returns HTTRANSPARENT, then I check the parent window until there is a parent or the HitTest returned something different than Transparent.

PS: I also added the HTHELP (small interrogation dot [?] button in the title bar) to the area that lower the window.

On some windows such as Sumatra PDF, or Office 2010, by avoiding to get the ancestor window before the WM_NCHITTEST message.
SumatraPDF discussion: sumatrapdfreader/sumatrapdf#1979
I had to add the HitTestTimeout() function that checks the response of the WM_NCHITTEST on the pointed hwnd, if it returns HTTRANSPARENT, then I check the parent window until there is a parent or the HitTest returned something different than Transparent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant