Re: [AD] bitmap helper methods |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] bitmap helper methods
- From: Chris <chris.kcat@xxxxxxxxxx>
- Date: Mon, 8 Nov 2004 18:19:45 -0800
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=n78MKqh6naptiFM4ugzAb4V0bpZ5wz58ZrltOlEdlVb62Mxx+hbu+Cw4M/4MOkUHOoZ3ghyO+kMMMdp5CkR+WKN8aX4a5zdUL8Lx6s1y9JaWtfDGpXbunCluPIfwhmq6A/s9dWs9rLYf+lfiOXuHUB9OLlU2tGqOI/l5ywA9zcI=
On Mon, 08 Nov 2004 19:31:13 -0500, Jon Rafkind <workmin@xxxxxxxxxx> wrote:
> I dont think its to much clutter since bitmap_color_depth already exists.
bitmap_color_depth exists because the only place you could get the
color depth is bitmap->vtable->color_depth, and the vtable is supposed
to be left alone. The bitmap struct itself doesn't have the color
depth (or at least didn't when the function was made).