From: "Paradox" Newsgroups: comp.os.msdos.djgpp Subject: Re: True Color Date: 17 Apr 1999 11:41:11 PDT Organization: Concentric Internet Services Lines: 17 Message-ID: <7fakk7$kgn@chronicle.concentric.net> References: <7fa615$8df AT chronicle DOT concentric DOT net> <3718D161 DOT DDD635FF AT lycosmail DOT com> NNTP-Posting-Host: ts008d46.chi-il.concentric.net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com If you had read my post throughly, you would have seen that I used clear(dbuffer) and it didn't solve my problem. Also, I used the palette because the example program using truecolors used palettes. Paradox Adam Schrotenboer wrote in message news:3718D161 DOT DDD635FF AT lycosmail DOT com... > Why use clear_to_color(dbuffer, 0)??, just use clear(dbuffer). And why did you > set the palette????? Remove that statement, it shouldn't be necessary. > >