Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!topaz!ll-xn!nike!oliveb!3comvax!mykes From: mykes@3comvax.UUCP (Mike Schwartz) Newsgroups: net.micro.amiga Subject: double buffering Message-ID: <586@3comvax.UUCP> Date: Wed, 6-Aug-86 14:24:10 EDT Article-I.D.: 3comvax.586 Posted: Wed Aug 6 14:24:10 1986 Date-Received: Sat, 9-Aug-86 02:17:13 EDT Reply-To: mykes@3comvax.UUCP (Mike Schwartz) Distribution: world Organization: 3Com Corp; Mountain View, CA Lines: 15 I would like to see an example of how to do double buffered displays in a FAST way. I have seen and tried the method from the FISH example (not to be confused with FISH disks), but it calls RethinkDisplay(), the biggest CPU hog of all. Unfortunately, my application cannot afford to lose "several milliseconds" worth of time, especially when RethinkDisplay() does a Forbid() and Permit() around all that CPU time. The requirements that I have are: Page Flip must take almost zero time; Must be friendly to intuition. By friendly to intuition, I mean that I do not care if my screen can be pulled down or sent to the back (or front) - I do care that I can restore the system so that Intuition will work when I exit (or do my own screen to front and back gadgets). Any help would be appreciated.