From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp References: <94685661201 AT out DOT newmail DOT net> <84nsgt$p1r$1 AT planja DOT arnes DOT si> Subject: Re: transparent bitmaps Lines: 9 Organization: Pin Eight Software X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: X-Trace: 9+o0VoUIQZzKNAwtKfxKSB4Ea9qQmA/bpclFaHvvHF3Yfo/TIxZGzpopdn1LtGKN5hE+fcE6JAa/!5tutLZaM/zqFs6w3JiD9kR8NrDpfxJmywwaRXjZtLGFfbI9EuwtdHP4uPCr0naM0L63o+7LS X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Sun, 02 Jan 2000 22:33:20 GMT Distribution: world Date: Sun, 02 Jan 2000 22:33:20 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sorry. Screwed up the comment. > if(source[y][x]) // only copy pixels equal to 0 should have been if(source[y][x]) // only copy pixels not equal to 0