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

Comparing ray/src/rt/rpaint.h (file contents):
Revision 2.8 by greg, Thu Aug 21 07:05:59 2008 UTC vs.
Revision 2.10 by greg, Wed Oct 5 17:20:55 2011 UTC

# Line 12 | Line 12
12   extern "C" {
13   #endif
14  
15 + #ifdef _WIN32           /* stupid Windows name collisions */
16 + #undef COORD
17 + #define COORD   radCOORD
18 + #undef RECT
19 + #define RECT    radRECT
20 + #endif
21 +
22   typedef short  COORD;           /* an image coordinate */
23  
24   typedef struct pnode {
# Line 94 | Line 101 | extern void    redraw(void);
101   extern void     repaint(int xmin, int ymin, int xmax, int ymax);
102   extern void     paintrect(PNODE *p, RECT *r);
103   extern PNODE    *findrect(int x, int y, PNODE *p, int pd);
104 + extern void     compavg(PNODE *p);
105   extern void     scalepict(PNODE *p, double sf);
106   extern void     getpictcolrs(int yoff, COLR *scan, PNODE *p,
107                          int xsiz, int ysiz);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines