logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_reset_clipping_rectangle - Allegro 5 API

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.

Name

       al_reset_clipping_rectangle - Allegro 5 API

See Also

al_set_clipping_rectangle(3alleg5)

Since

       5.0.6, 5.1.0

Allegro reference manual                                                    al_reset_clipping_rectangle(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              void al_reset_clipping_rectangle(void)

See Also