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

  1. Path: news.eunet.fi!newsmaster
  2. From: kp@direktor.voima.jkl.fi (Kari-Pekka Koljonen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Doublebuffered window??
  5. Date: 14 Jan 1996 13:20:44 GMT
  6. Message-ID: <615.6587T733T1336@direktor.voima.jkl.fi>
  7. References: <4couoh$3qc@maureen.teleport.com>
  8. NNTP-Posting-Host: kauhajoki.fi
  9. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  10.  
  11. >: : You cannot double buffer windows. You can only double buffer screens.
  12.  
  13. You can, actually.  I use WaitTOF() to wait a while and then render all gfx
  14. to a chip memory aread defined as a bitmap structure.  Then I copy the
  15. buffer to my window using BltBitMapRastPort().  Doublebuffering can be done
  16. by switching the plane pointers in the bitmap structure.
  17.  
  18.  
  19.  ***************************************************
  20.      K-P Koljonen / Hippopotamus Design / iNSANE
  21.   kp@direktor.voima.jkl.fi, kpkoljon@freenet.hut.fi
  22.     http://direktor.voima.jkl.fi/~kp     K-P@IRC
  23.  ***************************************************
  24.  
  25.  
  26.