1gfx_mode_select_ex(3)           Allegro manual           gfx_mode_select_ex(3)
2
3
4

NAME

6       gfx_mode_select_ex  -  Extended  version of the graphics mode selection
7       dialog. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int gfx_mode_select_ex(int *card, int *w, int *h, int *color_depth);
14

DESCRIPTION

16       Extended version of the graphics mode selection  dialog,  which  allows
17       the  user to select the color depth as well as the resolution and hard‐
18       ware driver.
19
20       This version of the function reads the initial values from the  parame‐
21       ters when it activates so you can specify the default values.  In fact,
22       you should be sure not to pass in uninitialised values.
23
24

SEE ALSO

26       gfx_mode_select(3),   gfx_mode_select_filter(3),    set_color_depth(3),
27       set_gfx_mode(3),  gui_fg_color(3),  ex3d(3),  exscn3d(3),  exswitch(3),
28       exupdate(3), exzbuf(3)
29
30
31
32Allegro                          version 4.2.2           gfx_mode_select_ex(3)
Impressum