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.16 by gregl, Fri Dec 12 11:31:55 1997 UTC

# Line 222 | Line 222 | VIEW   *nv;
222                          int     dh = DisplayHeight(ourdisplay,ourscreen);
223  
224                          dw -= 25;       /* for window frame */
225 <                        dh -= 100;
225 >                        dh -= 50;
226                          odev.hres = 2.*VIEWDIST/pwidth *
227                                          tan(PI/180./2.*nv->horiz);
228                          odev.vres = 2.*VIEWDIST/pheight *
# 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