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.4 by greg, Thu Jan 11 11:27:18 1990 UTC vs.
Revision 1.5 by greg, Wed Mar 7 12:03:24 1990 UTC

# Line 17 | Line 17 | extern struct driver  *aed_init(), *x_init();
17   struct device  devtable[] = {                   /* supported devices */
18          {"aed", "AED 512 color graphics terminal", aed_init},
19          {"sundev", "SunView color or greyscale screen", comm_init},
20 <        {"X", "X-window color or greyscale display", x_init},
20 >        {"X", "X10 color or greyscale display", x_init},
21 >        {"x11dev", "X11 color or greyscale display", comm_init},
22          {0}                                     /* terminator */
23   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines