-
Dylan Smith authored
Previously the cursor was being set by winhlp32 on WM_MOUSEMOVE, then the richedit control would change it again on WM_SETCURSOR. Since the cursor set in both of these places was different, the cursor would flicker from being frequently changed. The reason winhlp32 is setting the cursor, rather than letting the richedit control set the cursor, is that winhlp32 needs the hand cursor to be shown over a link. My first instinct was to just add the CFE_LINK effect to the link characters, however this also forced a colour for the link that was inconsistent with native winhlp32. Native winhlp32 doesn't seem to load any richedit dll, so this doesn't imply that there is an undocumented way of changing the colour of characters with CFE_LINK. This patch has winhlp32 override the WNDPROC for the richedit control to handle the WM_SETCURSOR. It simply sets the cursor to the hand if the cursor is over the link, otherwise it just calls the original richedit window proc.
a36b408f
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Bg.rc | ||
Cs.rc | ||
Da.rc | ||
De.rc | ||
En.rc | ||
Eo.rc | ||
Es.rc | ||
Fi.rc | ||
Fr.rc | ||
Hu.rc | ||
It.rc | ||
Ja.rc | ||
Ko.rc | ||
Makefile.in | ||
Nl.rc | ||
No.rc | ||
Pl.rc | ||
Pt.rc | ||
Rm.rc | ||
Ru.rc | ||
Si.rc | ||
Sk.rc | ||
Sv.rc | ||
Tr.rc | ||
Wa.rc | ||
Zh.rc | ||
callback.c | ||
hlpfile.c | ||
hlpfile.h | ||
macro.c | ||
macro.h | ||
macro.lex.l | ||
rsrc.rc | ||
string.c | ||
winhelp.c | ||
winhelp.h | ||
winhelp.ico | ||
winhelp.svg | ||
winhelp_res.h |