ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/msmouse.c
(Generate patch)

Comparing ray/src/rt/msmouse.c (file contents):
Revision 2.4 by greg, Mon Nov 2 16:00:54 1992 UTC vs.
Revision 2.6 by greg, Sat Feb 22 02:07:28 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1992 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   #include <i86.h>
5   #include <graph.h>
6   #include "driver.h"
7 +
8 + #define  NULL           0
9  
10   #define  M_RIGHTBUTT    0x8
11   #define  M_LEFTBUTT     0x2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines