.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_get_display_flags" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_get_display_flags - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include int al_get_display_flags(ALLEGRO_DISPLAY *display) \f[R] .fi .SH DESCRIPTION .PP Gets the flags of the display. .PP In addition to the flags set for the display at creation time with al_set_new_display_flags(3alleg5) it can also have the ALLEGRO_MINIMIZED flag set, indicating that the window is currently minimized. This flag is very platform-dependent as even a minimized application may still render a preview version so normally you should not care whether it is minimized or not. .SH SEE ALSO .PP al_set_new_display_flags(3alleg5), al_set_display_flag(3alleg5)