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.5 by greg, Fri Apr 21 08:44:05 1989 UTC vs.
Revision 1.6 by greg, Thu May 11 08:25:21 1989 UTC

# Line 137 | Line 137 | char  *argv[];
137                          sprintf(errmsg, "can't open file \"%s\"", fname);
138                          quiterr(errmsg);
139                  }
140 <        } else
141 <                goto userr;
142 <
140 >        }
141                                  /* get header */
142          getheader(fin, headline);
143                                  /* get picture dimensions */
# Line 431 | Line 429 | XKeyEvent  *ekey;
429                  getras();
430          /* fall through */
431          case CTRL(R):                           /* redraw */
432 +        case CTRL(L):
433                  XClear(wind);
434                  return(redraw(0, 0, width, height));
435          case ' ':                               /* clear */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines