1get_clip_state(3) Allegro manual get_clip_state(3)
23
4
NAME
6get_clip_state - Tells if clipping is on for a bitmap. Allegro game
7programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int get_clip_state(BITMAP *bitmap)
14
DESCRIPTION
16Returns non-zero if clipping is turned on for the specified bitmap and
17zero otherwise.
1819
SEE ALSO
21set_clip_rect(3), get_clip_rect(3), add_clip_rect(3), set_clip_state(3)
2223
24
25
Allegro version 4.4.3 get_clip_state(3)