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.8 by greg, Wed Oct 31 14:07:07 1990 UTC vs.
Revision 1.9 by greg, Wed Mar 6 17:16:54 1991 UTC

# Line 12 | Line 12 | static char SCCSid[] = "$SunId$ LBL";
12  
13   #include  "driver.h"
14  
15 < char  dev_default[] = "x10";
15 > char  dev_default[] = "x11";
16  
17 < extern struct driver  *aed_init(), *x_init(), *nws_init();
17 > extern struct driver  *x11_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},
20          {"sun", "SunView color or greyscale screen", comm_init},
21 <        {"x10", "X10 color or greyscale display", x_init},
22 <        {"x11", "X11 color or greyscale display", comm_init},
21 >        {"x10", "X10 color or greyscale display", comm_init},
22 >        {"x11", "X11 color or greyscale display", x11_init},
23          {0}                                     /* terminator */
24   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines