.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_resize_display" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_resize_display - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include bool al_resize_display(ALLEGRO_DISPLAY *display, int width, int height) \f[R] .fi .SH DESCRIPTION .PP 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 .PP al_acknowledge_resize(3alleg5)