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.8 by gregl, Wed Nov 26 20:14:43 1997 UTC vs.
Revision 3.9 by gregl, Wed Nov 26 21:34:28 1997 UTC

# Line 110 | Line 110 | int    block;
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:
122                  if (msg.nbytes % sizeof(PACKHEAD))
123                          error(INTERNAL, "bad DR_DELSET from display process");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines