From: Henrik Stokseth Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro:Page Flipping or Double Buffer? Date: Sat, 05 Jun 1999 00:50:50 +0200 Organization: Tele2 Norway Public Access Lines: 12 Message-ID: <3758584A.42D96F62@c2i.net> References: <7j95u2$ov3$1 AT news3 DOT saix DOT net> NNTP-Posting-Host: mp-219-100.daxnet.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Methos wrote: > What is usually faster: Page Flipping or double buffer? My guess is Page > Flipping, but why does it flicker so much when I implement it? What am I > doing wrong? page flipping is faster and smoother. use vsync() to time the page flips in order to remove the flickering... Sincerely Henrik. (hstokset AT hotmail DOT com)