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

Comparing ray/src/rt/driver.h (file contents):
Revision 1.7 by greg, Thu Mar 8 10:10:44 1990 UTC vs.
Revision 1.8 by greg, Fri Mar 9 14:00:03 1990 UTC

# Line 43 | Line 43 | extern struct device {                 /* interactive device */
43          struct driver  *(*init)();              /* initialize device */
44   }  devtable[];                          /* supported devices */
45  
46 + extern char  dev_default[];             /* default device name */
47 +
48   #define  MB1            ('\n')          /* mouse button 1 */
49   #define  MB2            ('\r')          /* mouse button 2 */
50   #define  MB3            (' ')           /* mouse button 3 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines