Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-03-27 00:20:53 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2002-03-27 00:20:53 +0300
commitfb1c4e20f487f457ef8bb9cf619ace1df07cd4fd (patch)
tree78ed99b82bf7a9e4bcca7a11c34461d5a9033bc6 /winsup
parent43ecf6e8284153ad5b88077268ae33d631c70611 (diff)
* include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
Add defines.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/include/richedit.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 3f5f3942f..37292c00b 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-26 Phil Krylov <likewolf@users.sourceforge.net>
+
+ * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
+ Add defines.
+
2002-03-14 Gunnar Degnbol <gdegnbol@users.sourceforge.net>
* include/richedit.h (RICHEDIT_CLASS): UNICODE it.
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)