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:18:44 -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=AFz8ozl0ZossTJ6hlQ6gcD9PIhxRhRF96WXZFQ9X5srGLetMCLn7WQBeQXKKL5Da0ZOOjQXAz1tzmtODalRngZVFQYJGLbFWAqsYvB4nLKSaRhzT6plI2Y9jondxLq23Qmp1GZyN9FIn6g4lwDWAso2HLu4izmtqAKRmbEvzGHk=
And also, it seems create_bitmap has ASSERTs for the width and height, even
though all it does is call create_bitmap_ex which has its own ASSERTs. I
think it'd be best to remove them from create_bitmap incase the size
requirements are changed, we won't need to worry about changing them in two
places (not to mention it's just simply redundant).