Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!dasys1.UUCP!rpaul From: rpaul@dasys1.UUCP (Rod Paul) Newsgroups: comp.sys.sgi Subject: Re: writing frontbuffer to backbuffer Message-ID: <8912190120.AA04971@dasys1.UUCP> Date: 19 Dec 89 01:20:44 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 16 The only thing I can suggest is, if you know prior to drawing a frame that the same image should be drawn in both buffers is: frontbuffer(TRUE); backbuffer(TRUE); of course you'll have to keep tabs of which buffer is being displayed and then issue: frontbuffer(FALSE); backbuffer(TRUE); or visa/versa, but come to think of it, I'm not sure if you'll need to keep tabs on which buffer is being displayed, do soe tests. Hope this helps.