Path: utzoo!attcan!uunet!husc6!bloom-beacon!mit-eddie!ll-xn!ames!ucsd!ucsdhub!hp-sdd!ncr-sd!crash!pnet01!haitex From: haitex@pnet01.cts.com (Wade Bickel) Newsgroups: comp.sys.amiga.tech Subject: Re: SetDrPt()? Message-ID: <3244@crash.cts.com> Date: 26 Jul 88 10:56:47 GMT Sender: news@crash.cts.com Organization: People-Net [pnet01], El Cajon CA Lines: 26 Hi, In my Benchmark Modula-2 manual the SetDrPt() function is part of the Drawing module in the support library, which in this case is a just a set of stubs providing redirection to the ROM routines. According to the comments included in the module this routine corresponds to the following C *MACRO*: #define SetDrPt(w,p) {(w)->LinePtrn = p;(w)->Flags |= FRST_DOT; (w)->linepatcnt=15;} This is probably a 1.2 function, and thus is not documented in many of the common referances. Good Luck, Wade. UUCP: {cbosgd, hplabs!hp-sdd, sdcsvax, nosc}!crash!pnet01!haitex ARPA: crash!pnet01!haitex@nosc.mil INET: haitex@pnet01.CTS.COM