Hello,I want to return the equivalent of the old bitmap_color_depth(screen). Is this right, or is there a better way:
al_get_pixel_format_bits(al_get_bitmap_format(al_get_backbuffer(al_get_current_display())));
I guess probably the latter, given my history of not reading the manual properly