home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / programm / 18062 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  1.4 KB

  1. 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
  2. From: mkelly@mystix.cs.uoregon.edu (Michael A. Kelly)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Copybits/Offscreen drawing...
  5. Message-ID: <1992Nov6.032610.1274@cs.uoregon.edu>
  6. Date: 6 Nov 92 03:26:10 GMT
  7. Article-I.D.: cs.1992Nov6.032610.1274
  8. References: <QeyRNC_00WBMQ9JI8O@andrew.cmu.edu>
  9. Sender: news@cs.uoregon.edu (Netnews Owner)
  10. Organization: High Risk Ventures
  11. Lines: 19
  12.  
  13. In article <QeyRNC_00WBMQ9JI8O@andrew.cmu.edu> "John A. Fedak" <jf3c+@andrew.cmu.edu> writes:
  14. >yo,
  15. >
  16. >I'm not getting any results (i.e. blank window).  I guess I should
  17. >be glad it's not crashing.
  18. >
  19. >    CopyBits(newWorld->portPixMap,currPort->portPixMap,
  20. >             &newWorld->portRect  ,&currPort->portRect  ,srcCopy,0);         
  21.  
  22. That should be
  23.     CopyBits( &newWorld->portPixMap, &currPort->portPixMap,
  24.         &newWorld->portRect, &currPort->portRect, srcCopy, 0 );
  25.  
  26. Mike.
  27. -- 
  28. _____________________________________________________________________________
  29. Michael A. Kelly                                               Senior Partner
  30. mkelly@cs.uoregon.edu                                      High Risk Ventures
  31. _____________________________________________________________________________
  32.