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 2.11 by greg, Tue Mar 20 18:45:04 2018 UTC vs.
Revision 2.13 by greg, Sat Mar 5 17:30:38 2022 UTC

# Line 16 | Line 16 | static const char      RCSid[] = "$Id$";
16   *                              -- Added exposure level adjustment
17   */
18  
19 #include <stdio.h>
19   #include <math.h>
21 #include  <time.h>
20  
23 #include "platform.h"
21   #include "rtio.h"
22 + #include "platform.h"
23   #include "pict.h"
24   #include "color.h"
25   #include "resolu.h"
# Line 322 | Line 320 | getrow(
320          int xsize
321   )
322   {
323 <    extern char *tempbuffer();          /* defined in color.c */
326 <    COLR    *scanin = NULL;
323 >     COLR    *scanin = NULL;
324      int     x;
325  
326      if ((scanin = (COLR *)tempbuffer(xsize*sizeof(COLR))) == NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines