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

Comparing ray/src/rt/sundev.c (file contents):
Revision 1.10 by greg, Tue Jan 30 11:37:44 1990 UTC vs.
Revision 1.11 by greg, Thu Feb 22 11:46:18 1990 UTC

# Line 42 | Line 42 | int  sun_close(), sun_clear(), sun_paintr(), sun_getcu
42   static struct driver  sun_driver = {
43          sun_close, sun_clear, sun_paintr,
44          sun_getcur, sun_comout, sun_comin,
45 <        1.0, 1100, 800
45 >        NULL, 1.0, 1100, 800
46   };
47  
48   static FILE  *ttyin;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines