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

Comparing ray/src/hd/rhd_x11.c (file contents):
Revision 3.32 by greg, Sat Feb 22 02:07:24 2003 UTC vs.
Revision 3.33 by greg, Mon Apr 14 16:56:19 2003 UTC

# Line 613 | Line 613 | waitabit()                             /* pause a moment */
613   {
614          struct timespec ts;
615          ts.tv_sec = 0;
616 <        ts.tv_nsec = 5000000;
616 >        ts.tv_nsec = 50000000;
617          nanosleep(&ts, NULL);
618   }
619  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines