al_reset_clipping_rectangle - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro.h> void al_reset_clipping_rectangle(void)
Description
Equivalent to calling `al_set_clipping_rectangle(0, 0, w, h)ā where w and h are the width and height of the target bitmap respectively.
Does nothing if there is no target bitmap.
See Also
Since
5.0.6, 5.1.0
Referenced By
Allegro reference manual