1al_get_window_constraints(3) al_get_window_constraints(3)
23
4
NAME
6al_get_window_constraints - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_get_window_constraints(ALLEGRO_DISPLAY *display,
12int *min_w, int *min_h, int *max_w, int *max_h)
13
DESCRIPTION
15Gets the constraints for a non-fullscreen resizable display.
16
SINCE
185.1.0
19
SEE ALSO
21al_set_window_constraints(3)
2223
24
25
Allegro reference manual al_get_window_constraints(3)