home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / atari / st / tech / 6368 < prev    next >
Encoding:
Text File  |  1992-12-21  |  989 b   |  25 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!destroyer!cs.ubc.ca!alberta!cpsc.ucalgary.ca!debug!Cford
  3. From: Cford@debug.cuc.ab.ca (Conan Ford)
  4. Subject: Re: Sending objc_draw to a buffer
  5. Reply-To: Cford@debug.cuc.ab.ca (Conan Ford)
  6. Organization: The Magic BBS (Debug Computer Services)
  7. Date: Sun, 20 Dec 92 15:12:31 GMT
  8. Message-ID: <1992Dec20.151231.5801@debug.cuc.ab.ca>
  9. Keywords: 
  10.  
  11.  
  12. Lines: 11
  13.  
  14. Here's a suggestion:
  15.  
  16. Set the logbase() to a 32000 byte buffer.   That way all drawing will be
  17. done there but the user won't see it.  After each objc_draw, use BIT_BLIT
  18. to save the drawn stuff into another buffer.  After you are done, set the
  19. screen back.  Make sure to hide the mouse for this.
  20. -- 
  21.  Conan Ford 1:134/9,201:5500/9,1:134/21    | Save our forests - ask for
  22.  Cford@debug.cuc.ab.ca                     | plastic bags :-)
  23. ------------------------------------------------------------------------
  24.  I do not represent Debug Computer Services.
  25.