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 2.1 by greg, Tue Nov 12 17:09:50 1991 UTC vs.
Revision 2.2 by greg, Fri Dec 13 10:42:37 1991 UTC

# Line 20 | Line 20 | 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},
23          {"x11", "X11 color or greyscale display", x11_init},
24          {0}                                     /* terminator */
25   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines