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.11 by gregl, Thu Jan 1 14:48:46 1998 UTC vs.
Revision 3.13 by gregl, Sun Jan 4 08:32:00 1998 UTC

# Line 278 | Line 278 | double rad;
278   {
279          register int    ci, j;
280          double  apexh, basez;
281 +                                        /* is window mapped? */
282 +        if (!mapped)
283 +                return;
284                                          /* compute apex height (0. to 1.) */
285          if (ip[2] > 1e6)
286                  apexh = 1. - 1./DEPTHFACT;
# Line 591 | Line 594 | register XKeyPressedEvent  *ekey;
594                  glFlush();
595                  qtCompost(100);                 /* get rid of old values */
596                  inpresflags |= DFL(DC_REDRAW);  /* resend values from server */
597 +                rayqleft = 0;                   /* hold off update */
598                  return;
599          case 'K':                       /* kill rtrace process(es) */
600                  inpresflags |= DFL(DC_KILL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines