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

NAME

6       get_clip_state  -  Tells  if  clipping is on for a bitmap. Allegro game
7       programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int get_clip_state(BITMAP *bitmap)
14

DESCRIPTION

16       Returns non-zero if clipping is turned on for the specified bitmap  and
17       zero otherwise.
18
19

SEE ALSO

21       set_clip_rect(3), get_clip_rect(3), add_clip_rect(3), set_clip_state(3)
22
23
24
25Allegro                          version 4.4.3               get_clip_state(3)
Impressum