.\" Automatically generated by Pandoc 2.2.1 .\" .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[] .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)