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.39 by greg, Fri Jan 21 00:52:59 2005 UTC vs.
Revision 3.40 by greg, Tue Feb 8 01:03:27 2005 UTC

# Line 651 | Line 651 | getframe(                              /* get focus frame */
651          midy = (starty + endy) >> 1;
652                                          /* set focus distance */
653          if ((li = qtFindLeaf(midx, midy)) < 0)
654 <                return(0);              /* not on window */
654 >                return;                 /* not on window */
655          VCOPY(v1, qtL.wp[li]);
656          odev.v.vdist = sqrt(dist2(odev.v.vp, v1));
657                                          /* set frame for rendering */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines