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.14 by gregl, Thu Dec 11 16:45:58 1997 UTC vs.
Revision 3.15 by gregl, Fri Dec 12 11:13:15 1997 UTC

# Line 600 | Line 600 | register XKeyPressedEvent  *ekey;
600                          new_ctab(ncolors);
601                  inpresflags |= DFL(DC_REDRAW);  /* resend values from server */
602                  return;
603 +        case 'K':                       /* kill rtrace process(es) */
604 +                inpresflags |= DFL(DC_KILL);
605 +                break;
606 +        case 'R':                       /* restart rtrace */
607 +                inpresflags |= DFL(DC_RESTART);
608 +                break;
609 +        case 'C':                       /* clobber holodeck */
610 +                inpresflags |= DFL(DC_CLOBBER);
611 +                break;
612          case 'q':                       /* quit the program */
613                  inpresflags |= DFL(DC_QUIT);
614                  return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines