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