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.1 by greg, Thu Feb 2 10:41:20 1989 UTC vs.
Revision 1.2 by greg, Wed Mar 15 14:01:55 1989 UTC

# Line 16 | Line 16 | extern struct driver  *aed_init(), *x_init(), *sun_ini
16  
17   struct device  devtable[] = {                   /* supported devices */
18          {"aed", "AED 512 color graphics terminal", aed_init},
19 + #ifdef sun
20          {"sun", "SunView color or greyscale screen", sun_init},
21 + #endif
22          {"X", "X-window color or greyscale display", x_init},
23          {0}                                     /* terminator */
24   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines