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.6 by greg, Fri Mar 9 14:00:05 1990 UTC vs.
Revision 1.7 by greg, Wed Jul 18 21:45:09 1990 UTC

# Line 14 | Line 14 | static char SCCSid[] = "$SunId$ LBL";
14  
15   char  dev_default[] = "X";
16  
17 < extern struct driver  *aed_init(), *x_init();
17 > extern struct driver  *aed_init(), *x_init(), *nws_init();
18  
19   struct device  devtable[] = {                   /* supported devices */
20          {"aed", "AED 512 color graphics terminal", aed_init},
21 +        {"news", "NeWS color or greyscale display", nws_init},
22          {"sundev", "SunView color or greyscale screen", comm_init},
23          {"X", "X10 color or greyscale display", x_init},
24          {"x11dev", "X11 color or greyscale display", comm_init},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines