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-06 03:22:48 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2003-01-06 03:22:48 +0300
commit36c1e6d1719c891c5fb21cdbc965b69badf4c0f0 (patch)
treeb1f75cafba657fea37739f0cefd102308903f4c4
parent066a41acdf18f1c3cbaf559097c3acdfc6a4530e (diff)
* include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
* include/zmouse.h (WHEEL_DELTA): Guard against prior definition. (WHEEL_PAGESCROLL): Likewise. (SPI_SETWHEELSCROLLLINES): Define, if not already done.
-rw-r--r--winsup/w32api/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 2fd83e96a..dde2e39ab 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,11 @@
+2003-01-05 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
+ * include/zmouse.h (WHEEL_DELTA): Guard against prior
+ definition.
+ (WHEEL_PAGESCROLL): Likewise.
+ (SPI_SETWHEELSCROLLLINES): Define, if not already done.
+
2003-01-04 Danny Smith <dannysmith@users.sourceforge.net>
* include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.