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

Comparing ray/src/hd/rhd_glx.c (file contents):
Revision 3.17 by gwlarson, Thu May 14 13:06:33 1998 UTC vs.
Revision 3.18 by gwlarson, Wed Jun 17 15:44:07 1998 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1997 Silicon Graphics, Inc. */
1 > /* Copyright (c) 1998 Silicon Graphics, Inc. */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ SGI";
# Line 261 | Line 261 | register VIEW  *nv;
261          glClear(GL_DEPTH_BUFFER_BIT);
262          qtReplant();
263          return(1);
264 + }
265 +
266 +
267 + dev_auxcom(cmd, args)           /* process an auxiliary command */
268 + char    *cmd, *args;
269 + {
270 +        sprintf(errmsg, "%s: unknown command", cmd);
271 +        error(COMMAND, errmsg);
272   }
273  
274  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines