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.15 by gregl, Fri Dec 12 11:13:15 1997 UTC vs.
Revision 3.16 by gregl, Fri Dec 12 11:31:55 1997 UTC

# Line 222 | Line 222 | VIEW   *nv;
222                          int     dh = DisplayHeight(ourdisplay,ourscreen);
223  
224                          dw -= 25;       /* for window frame */
225 <                        dh -= 100;
225 >                        dh -= 50;
226                          odev.hres = 2.*VIEWDIST/pwidth *
227                                          tan(PI/180./2.*nv->horiz);
228                          odev.vres = 2.*VIEWDIST/pheight *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines