home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6785 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: toad.stack.urc.tue.nl!not-for-mail
  2. From: jaco@stack.urc.tue.nl (Jaco Schoonen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Too system friendly?
  5. Date: 3 Apr 1996 01:05:15 +0200
  6. Organization: MCGV Stack, Eindhoven University of Technology, the Netherlands.
  7. Message-ID: <4jsbrb$clt@toad.stack.urc.tue.nl>
  8. References: <4jpq5f$i9g@toad.stack.urc.tue.nl> <4js7lr$njd@taiwan.informatik.uni-rostock.de>
  9. NNTP-Posting-Host: toad.stack.urc.tue.nl
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Gunther Nikl (gnikl@informatik.uni-rostock.de) wrote:
  13. : Jaco Schoonen (jaco@stack.urc.tue.nl) wrote:
  14. : > the CPU. The only thing I do which has something to do with graphics is the
  15. : > WritePixelLine8(), but that's not supposed to change it's source-data is it?
  16.  
  17. :   I don't have the autodocs handy but I think WritePixelLine8() clears your
  18. :   buffer. 
  19.  
  20. I do have them handy and they don't mention that the buffer is cleared. I
  21. checked it a little closer today and the buffer is indeed cleared. It's
  22. *only* cleared if I write to an aga/ecs screen. When writing to a
  23. CyberGraphX-screen, the contents of the buffer remain the same. 
  24. This is what I expected after reading the documentation. 
  25.  
  26. If there's nothing to do about it, what are my options of fixing this?
  27. Copying the line I want to display to another buffer and writing that one?
  28. Or something nicer?
  29.  
  30. Please help, cause it really sucks when the documented routines have
  31. undocumented features like clearing the buffer. How can one program
  32. according to the rules, if they don't mention crucial things like this?
  33.  
  34. Oh well...
  35.  
  36. --
  37. Jaco Schoonen
  38. (jaco@stack.urc.tue.nl)
  39.