home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / atari / st / tech / 6274 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!cs.utexas.edu!sun-barr!olivea!spool.mu.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 mem
  5. Message-ID: <A53826@MS.maus.de>
  6. Date: 13 Dec 92 12:15:00 GMT
  7. References: <A55994@HB.maus.de>
  8. Organization: MausNet (Mitglied im IN e.V.)
  9. Lines: 13
  10. X-Gateway: MausGate/News 1.14D/hb
  11.  
  12. Patrick BETREMIEUX (bpat@cs.mcgill.ca) wrote:
  13. [...]
  14. >There is a way to set the width and height of the logical screen, so you
  15. >may draw the whole list and then blit the part you want, but I don't have
  16. >the books with me right now. Also, could someone tell me if it's a perfectly
  17. >legal thing to do. It will work on any ST, and most probably on the STe, and
  18. >MEGASTe. But does the TT still have this screen-switching stuff available ?
  19. >Will the Falcon have it?
  20.  
  21. I guess so. However, it *is* bad programming practice, because you are
  22. mixing different layers of the operating system (XBIOS and VDI), and
  23. no one guarantees that this will have the side effects that you expect.
  24. In fact, it won't work with some graphics cards.
  25.