On Wed, Mar 31, 2004 at 04:40:59PM +0100, Angus Leeming wrote:
> lfuns.h says that these lfuns have value 215 and 217 but that may or
> may not be true:
>         // 215
>         LFUN_MOUSE_PRESS,               // André 9 Aug 2002
>         LFUN_MOUSE_MOTION,              // André 9 Aug 2002
>         LFUN_MOUSE_RELEASE,             // André 9 Aug 2002

I think it is true.

A way to make sure would be to use

   LFUN_MOUSE_PRESS = 215,
   LFUN_MOUSE_MOTION = 216,
...

Andre'

Reply via email to