1al_resize_display(3)                                      al_resize_display(3)
2
3
4

NAME

6       al_resize_display - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_resize_display(ALLEGRO_DISPLAY *display, int width, int height)
12

DESCRIPTION

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

SEE ALSO

21       al_acknowledge_resize(3)
22
23
24
25Allegro reference manual                                  al_resize_display(3)
Impressum