[Bug 13683] Ultima IX: Mouse pointer missing when reading books, under inventory

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 7 19:20:05 CST 2015


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

--- Comment #46 from Christopher Thielen <cthielen at gmail.com> ---
Compiling the attached mouseylines.cpp (apologies for the name), Windows
produces this:

WM_LBUTTONDOWN: setting capture
WM_CAPTURECHANGED: lParam is 590262, hWnd is 590262, equal? = 1
WM_LBUTTONUP: releasing capture
WM_CAPTURECHANGED: lParam is 0, hWnd is 590262, equal? = 0
WM_CAPTURECHANGED: lParam is 0, hWnd is 590262, equal? = 0

while Wine produces this:

WM_LBUTTONDOWN: setting capture
WM_LBUTTONUP: releasing capture
WM_CAPTURECHANGED: lParam is 0, hWnd is 65616, equal? = 0
WM_CAPTURECHANGED: lParam is 0, hWnd is 65616, equal? = 0

Note: All I do is launch the application then click the 'X' button to close.

I believe the missing WM_CAPTURECHANGED where lParam == hWnd is significant to
tihs bug.

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