--- ray/src/rt/msmouse.c 1992/11/02 16:00:54 2.4 +++ ray/src/rt/msmouse.c 2003/02/22 02:07:28 2.6 @@ -1,12 +1,11 @@ -/* Copyright (c) 1992 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: msmouse.c,v 2.6 2003/02/22 02:07:28 greg Exp $"; #endif - #include #include #include "driver.h" + +#define NULL 0 #define M_RIGHTBUTT 0x8 #define M_LEFTBUTT 0x2