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

Comparing ray/src/rt/devtable.c (file contents):
Revision 1.10 by greg, Fri Mar 8 12:55:40 1991 UTC vs.
Revision 1.11 by greg, Thu Nov 7 16:34:55 1991 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1988 Regents of the University of California */
1 > /* Copyright (c) 1991 Regents of the University of California */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
# Line 18 | Line 18 | extern struct driver  *x11_init();
18  
19   struct device  devtable[] = {                   /* supported devices */
20          {"aed", "AED 512 color graphics terminal", comm_init},
21 +        {"news", "NeWS color or greyscale screen", comm_init},
22          {"sun", "SunView color or greyscale screen", comm_init},
23          {"x10", "X10 color or greyscale display", comm_init},
24          {"x11", "X11 color or greyscale display", x11_init},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines