summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/richedit.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-03-26 21:20:53 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-03-26 21:20:53 +0000
commitfb1c4e20f487f457ef8bb9cf619ace1df07cd4fd (patch)
tree78ed99b82bf7a9e4bcca7a11c34461d5a9033bc6 /winsup/w32api/include/richedit.h
parent43ecf6e8284153ad5b88077268ae33d631c70611 (diff)
downloadcygnal-fb1c4e20f487f457ef8bb9cf619ace1df07cd4fd.tar.gz
cygnal-fb1c4e20f487f457ef8bb9cf619ace1df07cd4fd.tar.bz2
cygnal-fb1c4e20f487f457ef8bb9cf619ace1df07cd4fd.zip
* include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
Add defines.
Diffstat (limited to 'winsup/w32api/include/richedit.h')
-rw-r--r--winsup/w32api/include/richedit.h2
1 files changed, 2 insertions, 0 deletions
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)