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

FreeBSD Manual Pages

  
 
  

home | help
al_resize_display(3)	    Library Functions Manual	    al_resize_display(3)

NAME
     al_resize_display - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    bool al_resize_display(ALLEGRO_DISPLAY *display, int width, int height)

DESCRIPTION
     Resize  the  display.   Returns  true  on success, or false on error.  This
     works on both fullscreen and windowed displays,  regardless  of  the  ALLE-
     GRO_RESIZABLE flag.

     Adjusts the clipping rectangle to the full size of the backbuffer.

SEE ALSO
     al_acknowledge_resize(3)

Allegro reference manual				    al_resize_display(3)

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

home | help