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

Comparing ray/src/rt/x10.c (file contents):
Revision 1.3 by greg, Thu May 25 14:53:13 1989 UTC vs.
Revision 1.4 by greg, Thu May 25 14:59:05 1989 UTC

# Line 203 | Line 203 | int  xmin, ymin, xmax, ymax;
203                                  pixval[ndx]);
204          }
205          if (nrays - lastflush >= WFLUSH) {
206 <                flush();
206 >                flush();                /* also checks for input */
207                  lastflush = nrays;
208          }
209   }
# Line 227 | Line 227 | char  *out;
227   {
228          if (comline != NULL)
229                  xt_puts(out, comline);
230 <        XFlush();
230 >        XFlush();               /* don't process events! */
231   }
232  
233  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines