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

  1. Path: comma.rhein.de!serpens!not-for-mail
  2. From: mlelstv@serpens.rhein.de (Michael van Elst)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Fastest way to display things on a screen?
  5. Date: 17 Apr 1996 21:34:17 +0200
  6. Organization: dis-
  7. Message-ID: <4l3h3p$eur@serpens.rhein.de>
  8. References: <4l0pi6$gus@mn5.swip.net> <4l2f1k$eqt@mn5.swip.net> <4l350q$o8r@mn5.swip.net>
  9. NNTP-Posting-Host: serpens.rhein.de
  10.  
  11. Ola.Lindgren@mailbox.swipnet.se (Daniel Hallgren) writes:
  12.  
  13. >>2) Open a borderless backdrop window on which cover the entier screen. 
  14. >>This has the advantage that you can add gadget (gadtools too) to the 
  15. >>display.
  16.  
  17. >Does it slow down the display a lot?
  18.  
  19. Depends on the drawing operation. If you go through the window then
  20. every drawing operation is clipped to the window. But if you are
  21. going for a borderless backdrop window and don't need any windows
  22. on top of it then you can also render to the screens RastPort. The
  23. screens RastPort is not clipped and you must ensure that you do not
  24. use coordinates outside the bitmap.
  25.  
  26. Regards,
  27. -- 
  28.                                 Michael van Elst
  29.  
  30. Internet: mlelstv@serpens.rhein.de
  31.                                 "A potential Snark may lurk in every tree."
  32.