1al_reset_clipping_rectangle(3)                  al_reset_clipping_rectangle(3)
2
3
4

NAME

6       al_reset_clipping_rectangle - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_reset_clipping_rectangle(void)
12

DESCRIPTION

14       Equivalent  to  calling `al_set_clipping_rectangle(0, 0, w, h)' where w
15       and h are the width and height of the target bitmap respectively.
16
17       Does nothing if there is no target bitmap.
18

SEE ALSO

20       al_set_clipping_rectangle(3)
21

SINCE

23       5.0.6, 5.1.0
24
25
26
27Allegro reference manual                        al_reset_clipping_rectangle(3)
Impressum