GFX_MODE_LIST - Man Page

Stores an array of GFX_MODE structures. Allegro game programming library.

Synopsis

#include <allegro.h>

typedef struct GFX_MODE_LIST

Description

   int num_modes;
   GFX_MODE *mode;

Structure returned by get_gfx_mode_list, which contains an array of GFX_MODE structures.

See Also

GFX_MODE(3), get_gfx_mode_list(3)

Referenced By

GFX_MODE(3).

version 4.4.3 Allegro manual