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.59 by greg, Fri Jun 20 00:25:50 2003 UTC vs.
Revision 2.60 by schorsch, Thu Jun 26 00:58:10 2003 UTC

# Line 625 | Line 625 | getevent()                             /* process the next event */
625   traceray(xpos, ypos)                    /* print requested pixel data */
626   int  xpos, ypos;
627   {
628 <        FLOAT  hv[2];
628 >        RREAL  hv[2];
629          FVECT  rorg, rdir;
630          COLOR  cval;
631          register char  *cp;
# Line 673 | Line 673 | XKeyPressedEvent  *ekey;
673          XColor  cvx;
674          int  com, n;
675          double  comp;
676 <        FLOAT  hv[2];
676 >        RREAL  hv[2];
677  
678          n = XLookupString(ekey, buf, sizeof(buf), NULL, NULL);
679          if (n == 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines