1al_resize_display(3) Library Functions Manual al_resize_display(3)
2
3
4
6 al_resize_display
7
9 #include <allegro5/allegro.h>
10
11 bool al_resize_display(ALLEGRO_DISPLAY *display, int width, int height)
12
14 Resize the display. Returns true on success, or false on error. This
15 works on both fullscreen and windowed displays, regardless of the ALLE‐
16 GRO_RESIZABLE flag.
17
18 Adjusts the clipping rectangle to the full size of the backbuffer.
19
21 al_acknowledge_resize(3)
22
23
24
25Allegro reference manual al_resize_display(3)