1 /* BEGIN INCLUDE FILE - comp_dvid.incl.pl1 */ 2 3 /* Written: JA Falksen - 6/81 4 /* Modified: EJ Wallman - 11/81 - Added comp_dvt.displayproc */ 5 /* Modified: EJW - 1/82 - added length arg to comp_dvt.displayproc */ 6 /* Modified: 2/82 - EJW - Deleted ptr arg from comp_dvt.displayproc */ 7 /* Modified: 3/83 - EJW - Changed footref arg of comp_dvt.footproc to 8 (3) char (*) var. Version 4. */ 9 /* Modified: 6/83 - EJW - Added error print control switch to calling 10 sequence for comp_dvt.displayproc. - Version 5. */ 11 12 /* format: style2,ind2,ll79,dclind4,idind15,comcol41,linecom */ 13 14 dcl comp_dvid_version 15 fixed bin static options (constant) init (5); 16 17 dcl 1 comp_dvid aligned based (const.dvidptr), 18 2 version fixed bin, /* version of this structure and */ 19 /* of comp_dvt */ 20 2 devname char (32), /* name of device */ 21 2 dvt_r bit (18); /* device table offset */ 22 23 /* END INCLUDE FILE - comp_dvid.incl.pl1 */