home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sun-barr!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!uwm.edu!rpi!usc!wupost!gumby!destroyer!sol.ctr.columbia.edu!emory!ogicse!cs.uoregon.edu!mystix.cs.uoregon.edu!mkelly
- From: mkelly@mystix.cs.uoregon.edu (Michael A. Kelly)
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: Copybits/Offscreen drawing...
- Message-ID: <1992Nov6.032610.1274@cs.uoregon.edu>
- Date: 6 Nov 92 03:26:10 GMT
- Article-I.D.: cs.1992Nov6.032610.1274
- References: <QeyRNC_00WBMQ9JI8O@andrew.cmu.edu>
- Sender: news@cs.uoregon.edu (Netnews Owner)
- Organization: High Risk Ventures
- Lines: 19
-
- In article <QeyRNC_00WBMQ9JI8O@andrew.cmu.edu> "John A. Fedak" <jf3c+@andrew.cmu.edu> writes:
- >yo,
- >
- >I'm not getting any results (i.e. blank window). I guess I should
- >be glad it's not crashing.
- >
- > CopyBits(newWorld->portPixMap,currPort->portPixMap,
- > &newWorld->portRect ,&currPort->portRect ,srcCopy,0);
-
- That should be
- CopyBits( &newWorld->portPixMap, &currPort->portPixMap,
- &newWorld->portRect, &currPort->portRect, srcCopy, 0 );
-
- Mike.
- --
- _____________________________________________________________________________
- Michael A. Kelly Senior Partner
- mkelly@cs.uoregon.edu High Risk Ventures
- _____________________________________________________________________________
-