.\" Automatically generated by Pandoc 2.2.1 .\" .TH "al_get_window_constraints" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_get_window_constraints \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ bool\ al_get_window_constraints(ALLEGRO_DISPLAY\ *display, \ \ \ int\ *min_w,\ int\ *min_h,\ int\ *max_w,\ int\ *max_h) \f[] .fi .SH DESCRIPTION .PP Gets the constraints for a non\-fullscreen resizable display. .SH SINCE .PP 5.1.0 .SH SEE ALSO .PP al_set_window_constraints(3alleg5)