[Bug 43009] TIM message manager window covered by an unresponsive window

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 15 02:00:05 CDT 2017


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

--- Comment #22 from Dmitry Timoshkov <dmitry at baikal.ru> ---
In short: the unresponsive window in question is a layered window with
an assigned color key. I guess that the window surface bitmap is used
as a layer mask, and is supposed to be "transparent" both visually and
for mouse clicks. winex11.drv calculates the mask shape and instructs
the WM about it, so WM sends the button click event to an underlying
window. But user32 side is not aware about that masked shape, and
currently there is no way to check for it from WINPOS_WindowFromPoint.

-- 
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