acquire_bitmap (3) Linux Manual Page
NAME acquire_bitmap – Locks the bitmap before drawing onto it. Allegro game programming library. SYNOPSIS #include <allegro.h> void acquire_bitmap(BITMAP *bmp); DESCRIPTION Acquires the specified video bitmap prior to drawing onto it. You never need to call the function explicitly as it is low level, and will only give you a speed up if you know…
