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

Comparing ray/src/meta/plot.h (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Sun Jun 8 12:03:10 2003 UTC

# Line 14 | Line 14 | extern int  dxsize, dysize;    /* device size */
14   extern int  pati[];
15  
16   extern unsigned char  pattern[][PATSIZE/8][PATSIZE];    /* fill patterns */
17 +
18 + extern void set(int  attrib, char  *value);
19 + extern void reset(int  attrib);
20 + extern void unset(int  attrib);
21 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines