From fb1c4e20f487f457ef8bb9cf619ace1df07cd4fd Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Tue, 26 Mar 2002 21:20:53 +0000 Subject: * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS): Add defines. --- winsup/w32api/include/richedit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/w32api/include/richedit.h') diff --git a/winsup/w32api/include/richedit.h b/winsup/w32api/include/richedit.h index 58acceaf5..2fcd464e5 100644 --- a/winsup/w32api/include/richedit.h +++ b/winsup/w32api/include/richedit.h @@ -146,6 +146,8 @@ extern "C" { #define EM_GETIMECOMPMODE (WM_USER+122) #define EM_SETTYPOGRAPHYOPTIONS (WM_USER+202) #define EM_GETTYPOGRAPHYOPTIONS (WM_USER+203) +#define EM_GETSCROLLPOS (WM_USER+221) +#define EM_SETSCROLLPOS (WM_USER+222) #define EM_SETFONTSIZE (WM_USER+223) #define EM_GETZOOM (WM_USER+224) #define EM_SETZOOM (WM_USER+225) -- cgit v1.2.3