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.4 by gregl, Fri Nov 21 16:10:17 1997 UTC vs.
Revision 3.5 by gregl, Mon Nov 24 17:11:40 1997 UTC

# Line 46 | Line 46 | char   *argv[];
46                          if (inp & DEV_SHUTDOWN)
47                                  serv_request(DR_SHUTDOWN, 0, NULL);
48                          if (inp & DEV_REDRAW) {
49                                beam_sync();
49                                  imm_mode = 1;   /* preempt updates */
50 +                                beam_sync();
51                          }
52                          if (inp & DEV_WAIT)
53                                  pause = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines