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.5 by greg, Sat Jun 22 09:48:55 1996 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();
35 > extern int  mx_func(), mx_data(), mx_pdata();
36   extern int  do_text();
37  
38   FUN  ofun[NUMOTYPE] = INIT_OTYPE;
# Line 92 | Line 92 | initotypes()                   /* initialize ofun array */
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