ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/aed.c
(Generate patch)

Comparing ray/src/rt/aed.c (file contents):
Revision 1.6 by greg, Mon Jan 8 15:15:15 1990 UTC vs.
Revision 1.7 by greg, Thu Feb 22 11:46:11 1990 UTC

# Line 61 | Line 61 | int  aed_close(), aed_clear(), aed_paintr(),
61  
62   static struct driver  aed_driver = {
63          aed_close, aed_clear, aed_paintr, aed_getcur,
64 <        aed_comout, NULL,
64 >        aed_comout, NULL, NULL,
65          1.0, NCOLS, NROWS
66   };
67  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines