• Dylan Smith's avatar
    richedit: Scrollinfo stored as 16-bit values externally. · 0deb3d04
    Dylan Smith authored
    The application Blitzin2 was sending WM_VSCROLL messages to the
    richedit control directly, when normally this message is supposed to
    be a notification sent after the scrollinfo is set.  Native richedit
    controls always use the 16-bit value passed to this message to set the
    scroll position for SB_THUMBPOSITION, rather than trying to find a
    32-bit value through GetScrollInfo like I had previously done.
    0deb3d04
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...