[Bug 17682] AoE Help graphics immediately whitened, no text

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jun 20 07:56:11 CDT 2016


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

--- Comment #17 from Jice <wine at cardot.net> ---
I started to debug the code and could already identify some problems.
Furthermore some types of hotspots are not implemented (e.g. the 4 links BACK,
PRINT... at the top). On the other side the EM_CHARFROMPOS message returns the
char *closest* to the mouse pointer, which means that for a large image (e.g.
the one with the 2 rows of links Overview...) when the mouse is farther than
the middle of the picture, it returns the position next to the picture (instead
of the expected-by-the-code position of the picture itself): I managed to have
the links working on this picture, but only for the left-most half :p
Conclusion: I should be able to enhance this somewhat, but this won't be very
soon as I said before, maybe during this summer.

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