--- ray/src/hd/rholo4.c 1997/11/26 20:14:43 3.8 +++ ray/src/hd/rholo4.c 1997/11/26 21:34:28 3.9 @@ -110,6 +110,14 @@ int block; disp_result(DS_ENDIMM, 0, NULL); disp_check(0); /* hack -- delete usu. follows add */ break; + case DR_ADJSET: + if (msg.nbytes % sizeof(PACKHEAD)) + error(INTERNAL, "bad DR_ADJSET from display process"); + disp_result(DS_STARTIMM, 0, NULL); + bundle_set(BS_ADJ, (PACKHEAD *)buf, msg.nbytes/sizeof(PACKHEAD)); + disp_result(DS_ENDIMM, 0, NULL); + disp_flush(); + break; case DR_DELSET: if (msg.nbytes % sizeof(PACKHEAD)) error(INTERNAL, "bad DR_DELSET from display process");