[AD] default bitmap flags |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Can we add functions/flags for the default flags used with new_bitmap_flags and new_bitmap_format? Either
al_default_new_bitmap_flags()
al_default_new_bitmap_format()
or pass these flags to the existing al_set_new_bitmap_flags(), etc
ALLEGRO_DEFAULT_BITMAP_FLAGS
ALLEGRO_DEFAULT_BITMAP_FORMAT
The docs do mention the default flags (but not format), but even if the docs were perfect I'd rather use a function to avoid any future changes to the default flags/format. I'm more inclined to use functions but I can see the allure of using flags. I don't like the flags names though..