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.6 by gregl, Tue Nov 25 10:27:47 1997 UTC vs.
Revision 3.7 by gregl, Wed Nov 26 20:13:34 1997 UTC

# Line 203 | Line 203 | serv_result()                  /* get next server result and process
203          case DS_STARTIMM:
204          case DS_ENDIMM:
205                  imm_mode = msg.type==DS_STARTIMM;
206 +                if (msg.type == DS_ENDIMM)
207 +                        dev_flush();            /* update display NOW */
208                  /* fall through */
209          case DS_ACKNOW:
210          case DS_SHUTDOWN:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines