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

Comparing ray/src/hd/rhdriver.h (file contents):
Revision 3.2 by gregl, Thu Nov 20 18:06:16 1997 UTC vs.
Revision 3.3 by gregl, Fri Nov 21 15:11:43 1997 UTC

# Line 20 | Line 20 | extern struct driver {
20   #define DEV_NEWVIEW     02      /* view change (new view in odev.v) */
21   #define DEV_NEWSIZE     04      /* device resolution change */
22   #define DEV_WAIT        010     /* pause computation and wait for input */
23 + #define DEV_RESUME      020     /* resume after pause */
24  
25  
26   /************************************************************************

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines