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

Comparing ray/src/rt/initotypes.c (file contents):
Revision 2.4 by greg, Fri Dec 8 18:22:37 1995 UTC vs.
Revision 2.6 by gwlarson, Wed Jan 20 14:10:06 1999 UTC

# Line 32 | Line 32 | extern int  m_brdf2();
32   extern int  t_func(), t_data();
33   extern int  p_cfunc(), p_bfunc();
34   extern int  p_pdata(), p_cdata(), p_bdata();
35 < extern int  mx_func(), mx_data();
36 < extern int  text();
35 > extern int  mx_func(), mx_data(), mx_pdata();
36 > extern int  do_text();
37  
38   FUN  ofun[NUMOTYPE] = INIT_OTYPE;
39  
# Line 89 | Line 89 | initotypes()                   /* initialize ofun array */
89          ofun[PAT_BDATA].funp = p_bdata;
90          ofun[PAT_CTEXT].funp =
91          ofun[PAT_BTEXT].funp =
92 <        ofun[MIX_TEXT].funp = text;
92 >        ofun[MIX_TEXT].funp = do_text;
93          ofun[MIX_FUNC].funp = mx_func;
94          ofun[MIX_DATA].funp = mx_data;
95 +        ofun[MIX_PICT].funp = mx_pdata;
96   }
97  
98  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines