Re: [AD] Documentation update |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-03-22, Evert Glebbeek <eglebbk@xxxxxxxxxx> wrote:
> > if (bitmap_color_depth(screen) == 8)
>
> shouldn't that be
> if (get_color_depth() == 8) ?
>
> This change could/should probably be made in other areas of
> the docs and some example programmes as well. I'd pretty much
> forgot about get_color_depth() myself until someone reminded me
> of its existance.
Will do on the next patch.