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.2 by gregl, Thu Nov 20 18:04:28 1997 UTC vs.
Revision 3.3 by gregl, Fri Nov 21 10:17:14 1997 UTC

# Line 479 | Line 479 | register XKeyPressedEvent  *ekey;
479          case '\n':
480          case '\r':                      /* release */
481                  return;
482 +        case CTRL('R'):                 /* redraw */
483 +                if (ncolors > 0)
484 +                        new_ctab(ncolors);
485 +                qtRedraw(0, 0, odev.hres, odev.vres);
486 +                return;
487          case CTRL('D'):
488          case 'Q':
489          case 'q':                       /* quit the program */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines