Re: [AD] to prefix or not to prefix (sigh) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Javier González wrote:
> And probably fix a thing that is problematic with text_mode(), and it
> is that when you use for example a RGBA color (say for example 250,
> 250, 250, 250, that is 0xFAFAFAFA, it gets interpreted as a negative
> number, that is, transparent mode when it is not.
This seems more like a bugfix to me, i.e. I think it could be done
already in 3.9.*. I'd say -1=transparent, and anything else should be
treated as unsigned. Hopefully nobody uses anything else than -1 anyway.
Sven