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.5 by gregl, Fri Nov 21 15:11:43 1997 UTC vs.
Revision 3.6 by gregl, Fri Nov 21 16:10:17 1997 UTC

# Line 485 | Line 485 | register XKeyPressedEvent  *ekey;
485                  inpresflags |= DEV_RESUME;
486                  return;
487          case CTRL('R'):                 /* redraw */
488 +                qtCompost(100);                 /* unload the old tree */
489                  if (ncolors > 0)
490                          new_ctab(ncolors);
491 <                qtRedraw(0, 0, odev.hres, odev.vres);
491 >                inpresflags |= DEV_REDRAW;      /* resend values from server */
492                  return;
493          case CTRL('D'):
494          case 'Q':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines