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

Comparing ray/src/hd/rhd_ogl.c (file contents):
Revision 3.19 by greg, Sat Feb 22 02:07:24 2003 UTC vs.
Revision 3.21 by greg, Mon May 19 16:32:18 2003 UTC

# Line 347 | Line 347 | register VIEW  *nv;
347   dev_section(gfn, pfn)           /* add octree for geometry rendering */
348   char    *gfn, *pfn;
349   {
350        extern char     *index();
350          char    *cp;
351  
352          if (gfn == NULL) {
# Line 794 | Line 793 | waitabit()                             /* pause a moment */
793   {
794          struct timespec ts;
795          ts.tv_sec = 0;
796 <        ts.tv_nsec = 5000000;
796 >        ts.tv_nsec = 50000000;
797          nanosleep(&ts, NULL);
798   }
799  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines