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

NAME

6       is_video_bitmap - Tells if a bitmap is a screen bitmap, video memory or
7       sub bitmap. Allegro game programming library.
8

SYNOPSIS

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

DESCRIPTION

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

SEE ALSO

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