ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/ximage.c
(Generate patch)

Comparing ray/src/px/ximage.c (file contents):
Revision 1.2 by greg, Fri Apr 7 16:36:10 1989 UTC vs.
Revision 1.3 by greg, Tue Apr 11 17:09:13 1989 UTC

# Line 431 | Line 431 | XKeyEvent  *ekey;
431                  XFlush();
432                  free_raster(ourras);
433                  getras();
434 <                return(redraw(0, 0, width, height));
434 >        /* fall through */
435          case CTRL(R):                           /* redraw */
436                  XClear(wind);
437                  return(redraw(0, 0, width, height));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines