|
NAMEGFX_MODE_LIST - Stores an array of GFX_MODE structures. Allegro game programming library.SYNOPSIS#include <allegro.h>typedef struct GFX_MODE_LIST DESCRIPTIONint num_modes; GFX_MODE *mode;Structure returned by get_gfx_mode_list, which contains an array of GFX_MODE structures. SEE ALSOGFX_MODE(3), get_gfx_mode_list(3)
Visit the GSP FreeBSD Man Page Interface. |