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

Comparing ray/src/px/x11image.c (file contents):
Revision 2.56 by greg, Sat Feb 22 02:07:28 2003 UTC vs.
Revision 2.57 by greg, Mon Mar 10 17:26:26 2003 UTC

# Line 1 | Line 1
1   #ifndef lint
2 < static const char       RCSid[] = "$Id$";
2 > static const char RCSid[] = "$Id";
3   #endif
4   /*
5   *  x11image.c - driver for X-windows
# Line 625 | Line 625 | getevent()                             /* process the next event */
625   traceray(xpos, ypos)                    /* print requested pixel data */
626   int  xpos, ypos;
627   {
628        extern char  *index();
628          FLOAT  hv[2];
629          FVECT  rorg, rdir;
630          COLOR  cval;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines