1al_reset_clipping_rectangle(3) al_reset_clipping_rectangle(3)
2
3
4
6 al_reset_clipping_rectangle - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 void al_reset_clipping_rectangle(void)
12
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
20 al_set_clipping_rectangle(3)
21
23 5.0.6, 5.1.0
24
25
26
27Allegro reference manual al_reset_clipping_rectangle(3)