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

NAME

6       is_screen_bitmap  -  Tells if a bitmap is the screen bitmap or sub bit‐
7       map. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int is_screen_bitmap(BITMAP *bmp);
14

DESCRIPTION

16       Returns TRUE if bmp is the  screen  bitmap,  or  a  sub-bitmap  of  the
17       screen.
18
19

SEE ALSO

21       screen(3), create_sub_bitmap(3)
22
23
24
25Allegro                          version 4.4.3             is_screen_bitmap(3)
Impressum