Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_reset_c...g_rectangle(3) Library Functions Manual al_reset_c...g_rectangle(3)

NAME
     al_reset_clipping_rectangle - 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
     al_set_clipping_rectangle(3)

SINCE
     5.0.6, 5.1.0

Allegro reference manual			     al_reset_c...g_rectangle(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_reset_clipping_rectangle&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help