Andre Poenitz wrote: > 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,
Sure, but I don't think that it matters either way. It was just information for Juergen so that he might check that lyxerr << "lfun " << LFUN_MOUSE_PRESS << endl; was outputing something reasonable. -- Angus