Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!ames!sdcsvax!beowulf!neil From: neil@beowulf.ucsd.edu (Neil Rhodes) Newsgroups: comp.sys.mac Subject: Re: MPW C 2.0 interfaces into ColorQuickDraw Message-ID: <3809@sdcsvax.UCSD.EDU> Date: Wed, 9-Sep-87 19:05:13 EDT Article-I.D.: sdcsvax.3809 Posted: Wed Sep 9 19:05:13 1987 Date-Received: Fri, 11-Sep-87 07:01:29 EDT References: <2001@Shasta.STANFORD.EDU> Sender: nobody@sdcsvax.UCSD.EDU Reply-To: neil@beowulf.UUCP (Neil Rhodes) Organization: EE/CS Dept. U.C. San Diego Lines: 30 Keywords: GetNewCWindow, CopyPix In article <2001@Shasta.STANFORD.EDU> mrh@Shasta.STANFORD.EDU (Marc Hannah) writes: > > I have run into problems trying to use the two new Color QuickDraw (WM) > calls GetNewCWindow and CopyPix. I recall recently reading that these > calls have been eliminated or renamed. This is believable since the > linker cannot resolve references to these calls. I seem to recall that > the CopyPix call has been eliminated and is replaced by a plain old > CopyBits call with pixmaps instead of bitmaps. Is this true? > I am at a loss to figure out where the GetNewCWindow call went to. > Any help there? > > Thanks all, >David Gelphman daveg%slacvm.bitnet@forsythe.stanford.edu My APDA draft of IM V has no mention of CopyPix, though it does mention CopyPixMap, which is alive and well in both the C and Pascal include files in MPW 2.0. CopyBits can handle PixMaps as well as BitMaps, so CopyPixMap seems superfluous (I have never used CopyPixMap, but always use CopyBits for copying PixMaps). GetNewCWindow is also present. Traps for these two calls are: CopyPixMap aa05 GetNewCWindow aa46 Neil Rhodes Palomar Software, Inc. c/o UC San Diego neil@sdcsvax.ucsd.edu