Re: [AD] Zero sized bitmaps |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] Zero sized bitmaps
- From: Chris <chris.kcat@xxxxxxxxxx>
- Date: Mon, 22 Aug 2005 14:08:00 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=eGIt/OPyV+lv5+dpoMLpPersm8/1RJsO2J/mkHdfYdNHEO80CnOosaMyknxcNU1jLNWNdeYEQs5Kjj0w24wRSFNGNp1uH5R8AJeNDe/vBMnAeuUSPFriNC0tbOhcZgywvOGQz4xto5QH2VB8UwTkWo15p1upQePGYDsYf8wxnWA=
On Monday 22 August 2005 02:04 pm, Michal Molhanec wrote:
> There is ASSERT(height > 0) in create_bitmap(_ex) anyway.
That's only efective on the debug lib. The release and profile libs will
happilly skip that.