Re: [AD] Renamed API second draft |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sat, Dec 22, 2001 at 12:36:10AM +0100, Eric Botcazou wrote:
>> getpixel -> al_get_pixel
>> _getpixel -> al_get_pixel_8
>> _getpixel15 -> al_get_pixel_15
>> _getpixel16 -> al_get_pixel_16
>> _getpixel24 -> al_get_pixel_24
>> _getpixel32 -> al_get_pixel_32
>
>You get rid of the distinction between inline functions and regular ones ?
Not such a good idea imho, since the inline versions won't work on video bitmaps.
The leading _ has the effect of giving you a 'be careful' feeling ;-)
--
Martijn Versteegh