home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / atari / st / tech / 6392 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  985 b 

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!smurf.sub.org!artcom0!hb.maus.de!ms.maus.de!Julian_Reschke
  2. From: Julian_Reschke@ms.maus.de (Julian Reschke)
  3. Newsgroups: comp.sys.atari.st.tech
  4. Subject: Re: Sending objc_draw to a buf
  5. Message-ID: <A54433@MS.maus.de>
  6. Date: 22 Dec 92 09:23:00 GMT
  7. Article-I.D.: MS.A54433
  8. References: <A5493@HB.maus.de>
  9. Organization: MausNet (Mitglied im IN e.V.)
  10. Lines: 11
  11. X-Gateway: MausGate/News 1.14D/hb
  12.  
  13. Conan Ford (Cford@debug.cuc.ab.ca) wrote:
  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. (1) Might not work with third-party graphics cards.
  22. (2) Will definitively fail on any screen format other than the standard
  23.     ST modes.
  24.