Re: [AD] namespace collision |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
At 21:08 8/08/01 -0600, Tom Fjellstrom wrote:
>Im not sure if anyone has realized this or not but
>shouldn't 'clear()' be 'clear_bitmap()'? Just to make
>it more in line with the rest of the api?
Yes, of course! I never thought about it, but now that you mention it,
clear() in itself doesn't really mean anything.
>Sure this might break some things but thats
>what #defines are for.
I disagree here. It breaks backward compatibilty, but not badly. I'd say:
make a note saying that the function was renamed and tell people to update
their code. The API also changed slightly when arguements to functions were
declared `const' where they previously were not. I'd look at this as a bug
fix.
Evert