* include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
(WHEEL_PAGESCROLL): Add define.
This commit is contained in:
parent
068d279c43
commit
8b052ae3f6
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2003-01-04 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
|
* include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
|
||||||
|
|
|
@ -1068,6 +1068,7 @@ extern "C" {
|
||||||
#define SPI_GETSOUNDSENTRY 64
|
#define SPI_GETSOUNDSENTRY 64
|
||||||
#define SPI_GETSTICKYKEYS 58
|
#define SPI_GETSTICKYKEYS 58
|
||||||
#define SPI_GETTOGGLEKEYS 52
|
#define SPI_GETTOGGLEKEYS 52
|
||||||
|
#define SPI_GETWHEELSCROLLLINES 104
|
||||||
#define SPI_GETWINDOWSEXTENSION 92
|
#define SPI_GETWINDOWSEXTENSION 92
|
||||||
#define SPI_GETWORKAREA 48
|
#define SPI_GETWORKAREA 48
|
||||||
#define SPI_ICONHORIZONTALSPACING 13
|
#define SPI_ICONHORIZONTALSPACING 13
|
||||||
|
@ -1322,6 +1323,7 @@ extern "C" {
|
||||||
#if(_WIN32_WINNT >= 0x0400)
|
#if(_WIN32_WINNT >= 0x0400)
|
||||||
#define WHEEL_DELTA 120
|
#define WHEEL_DELTA 120
|
||||||
#define GET_WHEEL_DELTA_WPARAM(wparam) ((short)HIWORD (wparam))
|
#define GET_WHEEL_DELTA_WPARAM(wparam) ((short)HIWORD (wparam))
|
||||||
|
#define WHEEL_PAGESCROLL UINT_MAX
|
||||||
#endif
|
#endif
|
||||||
#define BM_CLICK 245
|
#define BM_CLICK 245
|
||||||
#define BM_GETCHECK 240
|
#define BM_GETCHECK 240
|
||||||
|
|
Loading…
Reference in New Issue