Man Linux: Main Page and Category List

NAME

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

SYNOPSIS

       #include <allegro.h>

       int gfx_mode_select_ex(int *card, int *w, int *h, int *color_depth);

DESCRIPTION

       Extended version of the graphics mode selection  dialog,  which  allows
       the  user  to  select  the  color  depth  as well as the resolution and
       hardware driver.

       This version  of  the  function  reads  the  initial  values  from  the
       parameters when it activates so you can specify the default values.  In
       fact, you should be sure not to pass in uninitialised values.

SEE ALSO

       gfx_mode_select(3alleg),                gfx_mode_select_filter(3alleg),
       set_color_depth(3alleg),   set_gfx_mode(3alleg),  gui_fg_color(3alleg),
       ex3d(3alleg),  exscn3d(3alleg),   exswitch(3alleg),   exupdate(3alleg),
       exzbuf(3alleg)