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

Comparing ray/src/hd/rholo.h (file contents):
Revision 3.1 by gregl, Fri Oct 31 10:23:29 1997 UTC vs.
Revision 3.2 by gregl, Mon Nov 3 18:33:12 1997 UTC

# Line 64 | Line 64 | typedef struct {
64          {"REPORT",      3,      0,      NULL,   onevalue}, \
65   }
66  
67 +                                /* bundle set requests */
68 + #define BS_NEW          0               /* replace current set with new one */
69 + #define BS_ADD          1               /* add to current set */
70 + #define BS_DEL          2               /* delete from current set */
71 +
72   extern char     *progname;      /* our program name */
73   extern char     *hdkfile;       /* holodeck file name */
74   extern char     froot[];        /* root file name */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines