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
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-01-05 05:49:15 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2003-01-05 05:49:15 +0300
commit8b052ae3f6d2f839b42926614eb43ff91d4efd9c (patch)
treeb51e1dc8b2190ff843bd500f1fe186c7a2717cae
parent068d279c43d944316fbb7c6c7be83f7c4fa092ff (diff)
* include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
(WHEEL_PAGESCROLL): Add define.
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/include/winuser.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 9c17df260..2fd83e96a 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,10 @@
2003-01-04 Danny Smith <dannysmith@users.sourceforge.net>
+ * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
+ (WHEEL_PAGESCROLL): Add define.
+
+2003-01-04 Danny Smith <dannysmith@users.sourceforge.net>
+
* include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
names tagTBNOTIFY[AW] and typedefs. Add defines for backward
compatability. Add RECT field. Add UNICODE mappings for new
diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h
index 2b358a9f3..4844ba002 100644
--- a/winsup/w32api/include/winuser.h
+++ b/winsup/w32api/include/winuser.h
@@ -1068,6 +1068,7 @@ extern "C" {
#define SPI_GETSOUNDSENTRY 64
#define SPI_GETSTICKYKEYS 58
#define SPI_GETTOGGLEKEYS 52
+#define SPI_GETWHEELSCROLLLINES 104
#define SPI_GETWINDOWSEXTENSION 92
#define SPI_GETWORKAREA 48
#define SPI_ICONHORIZONTALSPACING 13
@@ -1322,6 +1323,7 @@ extern "C" {
#if(_WIN32_WINNT >= 0x0400)
#define WHEEL_DELTA 120
#define GET_WHEEL_DELTA_WPARAM(wparam) ((short)HIWORD (wparam))
+#define WHEEL_PAGESCROLL UINT_MAX
#endif
#define BM_CLICK 245
#define BM_GETCHECK 240