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

Comparing ray/src/hd/rholo4.c (file contents):
Revision 3.7 by gregl, Thu Nov 20 18:07:00 1997 UTC vs.
Revision 3.9 by gregl, Wed Nov 26 21:34:28 1997 UTC

# Line 108 | Line 108 | int    block;
108                  disp_result(DS_STARTIMM, 0, NULL);
109                  bundle_set(BS_ADD, (PACKHEAD *)buf, msg.nbytes/sizeof(PACKHEAD));
110                  disp_result(DS_ENDIMM, 0, NULL);
111 +                disp_check(0);          /* hack -- delete usu. follows add */
112 +                break;
113 +        case DR_ADJSET:
114 +                if (msg.nbytes % sizeof(PACKHEAD))
115 +                        error(INTERNAL, "bad DR_ADJSET from display process");
116 +                disp_result(DS_STARTIMM, 0, NULL);
117 +                bundle_set(BS_ADJ, (PACKHEAD *)buf, msg.nbytes/sizeof(PACKHEAD));
118 +                disp_result(DS_ENDIMM, 0, NULL);
119                  disp_flush();
120                  break;
121          case DR_DELSET:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines