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

Comparing ray/src/hd/rhdobj.h (file contents):
Revision 3.4 by gwlarson, Fri Dec 18 11:06:46 1998 UTC vs.
Revision 3.5 by gwlarson, Thu Dec 31 12:57:06 1998 UTC

# Line 44 | Line 44 | int
44   dobj_command(cmd, args)         : check/run object display command
45   char    *cmd, *args;            : command name and argument string
46  
47 < Check to see if this is an object display command, and return the command
48 < number after running it if it is, or -1 if it isn't.  Error messages should
47 > Check to see if this is an object display command, and return -1 if
48 > it isn't.  If it is a valid command that results in some visible
49 > change, return non-zero, otherwise return 0.  Error messages should
50   be printed with error(COMMAND,err).
51  
52  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines