Update /src/subversion/release.sh to fetch Subversion 1.6.3
[msysgit.git] / include / zmouse.h
blobaa6073c7e720c261db2a52dccd03cafc066487c3
1 /*
2 zmouse.h - Header for IntelliMouse.
4 This file is part of a free library for the Win32 API.
6 This library is distributed in the hope that it will be useful,
7 but WITHOUT ANY WARRANTY; without even the implied warranty of
8 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 FIXME: This file is obviously horribly incomplete!
14 #ifndef _ZMOUSE_H
15 #define _ZMOUSE_H
17 #ifndef WM_MOUSEWHEEL
18 # define WM_MOUSEWHEEL (WM_MOUSELAST + 1)
19 #endif
21 #define WHEEL_DELTA 120
22 #define WHEEL_PAGESCROLL UINT_MAX
24 #endif /* _ZMOUSE_H */