1is_same_bitmap(3)               Allegro manual               is_same_bitmap(3)
2
3
4

NAME

6       is_same_bitmap  -  Tells  if two bitmaps describe the same drawing sur‐
7       face. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int is_same_bitmap(BITMAP *bmp1, BITMAP *bmp2);
14

DESCRIPTION

16       Returns TRUE if the two bitmaps describe the same drawing surface,  ie.
17       the  pointers  are equal, one is a sub-bitmap of the other, or they are
18       both sub-bitmaps of a common parent.
19
20

SEE ALSO

22       create_sub_bitmap(3)
23
24
25
26Allegro                          version 4.4.3               is_same_bitmap(3)
Impressum