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

Comparing ray/src/px/ra_pict.c (file contents):
Revision 1.1 by greg, Wed Oct 23 09:26:35 1991 UTC vs.
Revision 1.2 by greg, Wed Oct 23 09:33:11 1991 UTC

# Line 18 | Line 18 | int outbytes;
18   FILE *outf, *inf;
19   char **gargv;
20  
21 putpic(int, int);
22
21   putrect(xorg,yorg,xsize,ysize)
22   int xorg, yorg, xsize, ysize;
23   {
# Line 193 | Line 191 | int ysize;
191          putbyte(0);
192   }
193  
194 < int getrow(FILE *in, char *mybuff, int xsize)
194 > int
195 > getrow(in, mybuff, xsize)
196 > FILE  *in;
197 > char  *mybuff;
198 > int  xsize;
199   {
200      COLOR    color;
201      COLR    *scanin = (COLR*) malloc(xsize * sizeof(COLR));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines