From: Treepy Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro question Date: Mon, 23 Oct 2000 11:23:16 +0200 Organization: CARNet, CROATIA Lines: 25 Message-ID: References: <972034328 DOT 32347 AT shelley DOT paradise DOT net DOT nz> NNTP-Posting-Host: mapef.pefri.hr Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: bagan.srce.hr 972293513 14082 161.53.45.3 (23 Oct 2000 09:31:53 GMT) X-Complaints-To: abuse AT news DOT carnet DOT hr NNTP-Posting-Date: 23 Oct 2000 09:31:53 GMT In-Reply-To: <972034328.32347@shelley.paradise.net.nz> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk One more quest, is it possible that system bitmaps to all computers are linear, and can be accessed by not using memory banked mode On Fri, 20 Oct 2000, Edmund Horner wrote: > > Can someone explain me what does is_linear instruction mean > > I assume you mean, is_linear_bitmap(). > > The is_linear_bitmap() function is used to test whether a BITMAP is linear, > i.e. that it's image data is stored in the "obvious" way (you can access > pixels simply by their (x+y*width) offset). Memory bitmaps and Mode 13 > screen bitmaps are linear. > > I can't imagine you'd be interested in this function without already knowing > about it, so I am a little curious as to why you're asking. Why don't you > refer to the Allegro documentation for some real information? > > Edmund. > > > >