is_same_bitmap(3) - Linux man page
Name
is_same_bitmap - Tells if two bitmaps describe the same drawing surface. Allegro game programming library.Synopsis
#include <allegro.h>int is_same_bitmap(BITMAP *bmp1, BITMAP *bmp2);
int is_same_bitmap(BITMAP *bmp1, BITMAP *bmp2);