This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: winuser.h missing macro


Just a heads up: this change wasn't in the w32api 2001-05-20 release, nor is
it in Cygwin's CVS.

The change in question should now go around line 1256, as that is the
current location of WHEEL_DELTA.

Harold

> -----Original Message-----
> From: cygwin-owner@sources.redhat.com
> [mailto:cygwin-owner@sources.redhat.com]On Behalf Of Harold Hunt
> Sent: Friday, April 06, 2001 4:02 PM
> To: Cygwin (E-mail)
> Subject: winuser.h missing macro
>
>
> In winuser.h, around line 1264, directly below
>
> #define WHEEL_DELTA 120
>
> should be the macro
>
> #define GET_WHEEL_DELTA_WPARAM(wparam) ((short)HIWORD (wparam))
>
> Harold
>
>
>
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple
>


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]