1al_get_display_flags(3)                                al_get_display_flags(3)
2
3
4

NAME

6       al_get_display_flags - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              int al_get_display_flags(ALLEGRO_DISPLAY *display)
12

DESCRIPTION

14       Gets the flags of the display.
15
16       In  addition  to  the  flags  set for the display at creation time with
17       al_set_new_display_flags(3) it can also have the ALLEGRO_MINIMIZED flag
18       set,  indicating  that the window is currently minimized.  This flag is
19       very platform-dependent as even a minimized application may still  ren‐
20       der  a  preview  version  so normally you should not care whether it is
21       minimized or not.
22

SEE ALSO

24       al_set_new_display_flags(3), al_set_display_flag(3)
25
26
27
28Allegro reference manual                               al_get_display_flags(3)
Impressum