1gfx_mode_select(3) Allegro manual gfx_mode_select(3)
2
3
4
6 gfx_mode_select - Displays the Allegro graphics mode selection dialog.
7
9 #include <allegro.h>
10
11
12 int gfx_mode_select(int *card, int *w, int *h);
13
15 Displays the Allegro graphics mode selection dialog, which allows the
16 user to select a screen mode and graphics card. Stores the selection in
17 the three variables, and returns zero if it was closed with the Cancel
18 button or non-zero if it was OK'd.
19
20 The initial values of card, w, h are not used.
21
22
24 gfx_mode_select_ex(3), gfx_mode_select_filter(3), set_gfx_mode(3),
25 gui_fg_color(3)
26
27
28
29Allegro version 4.2.3 gfx_mode_select(3)