1is_screen_bitmap(3) Allegro manual is_screen_bitmap(3)
23
4
NAME
6is_screen_bitmap - Tells if a bitmap is the screen bitmap or sub bit‐
7map. Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int is_screen_bitmap(BITMAP *bmp);
14
DESCRIPTION
16Returns TRUE if bmp is the screen bitmap, or a sub-bitmap of the
17screen.
1819
SEE ALSO
21screen(3), create_sub_bitmap(3)
2223
24
25
Allegro version 4.4.3 is_screen_bitmap(3)