From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: BITMAP info Date: Sat, 27 Jan 2001 21:10:37 +0000 Organization: Customer of Energis Squared Lines: 9 Message-ID: References: <3a730d46_3 AT corp DOT newsfeeds DOT com> NNTP-Posting-Host: modem-236.lithium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news7.svr.pol.co.uk 980629853 16903 62.136.2.236 (27 Jan 2001 21:10:53 GMT) NNTP-Posting-Date: 27 Jan 2001 21:10:53 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "23yrold3yrold" wrote: > Hello. I've been trying to find the BITMAP structure in Allegro's source > code, is it in there somewhere? I'm interested in writing my own blitting > routines (as well as writing my own graphics file format) but I can't find > all the information I need in those source files; I've been using them to > learn this stuff. Any help anyone? grep allegro.h for "typedef struct BITMAP" - It's there.