1al_acknowledge_resize(3) Library Functions Manual al_acknowledge_resize(3)
2
3
4
6 al_acknowledge_resize
7
9 #include <allegro5/allegro.h>
10
11 bool al_acknowledge_resize(ALLEGRO_DISPLAY *display)
12
14 When the user receives a resize event from a resizable display, if they
15 wish the display to be resized they must call this function to let the
16 graphics driver know that it can now resize the display. Returns true
17 on success.
18
19 Adjusts the clipping rectangle to the full size of the backbuffer.
20
21 Note that a resize event may be outdated by the time you acknowledge
22 it; there could be further resize events generated in the meantime.
23
25 al_resize_display(3), ALLEGRO_EVENT(3)
26
27
28
29Allegro reference manual al_acknowledge_resize(3)