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

Comparing ray/src/hd/rhdisp.c (file contents):
Revision 3.26 by gwlarson, Wed Jun 17 15:44:07 1998 UTC vs.
Revision 3.27 by gwlarson, Mon Jul 13 17:55:51 1998 UTC

# Line 273 | Line 273 | again:
273          if (!dev_view(v))       /* notify display driver */
274                  goto again;
275          dev_flush();            /* update screen */
276 <        beam_init();            /* compute new beam set */
276 >        beam_init(0);           /* compute new beam set */
277          for (i = 0; (dv = dev_auxview(i, res)) != NULL; i++)
278                  if (!beam_view(dv, res[0], res[1])) {
279                          if (!nhist) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines