.\" Automatically generated by Pandoc 3.5 .\" .TH "al_resize_display" "3" "" "Allegro reference manual" .SH NAME al_resize_display \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_resize_display(ALLEGRO_DISPLAY *display, int width, int height) .EE .SH DESCRIPTION Resize the display. Returns true on success, or false on error. This works on both fullscreen and windowed displays, regardless of the ALLEGRO_RESIZABLE flag. .PP Adjusts the clipping rectangle to the full size of the backbuffer. .SH SEE ALSO al_acknowledge_resize(3)