gfx_mode(3) - Linux man page

Name

GFX_MODE - Stores video mode information. Allegro game programming library.

Synopsis

#include <allegro.h>

typedef struct GFX_MODE

Description

int width, height, bpp;
Structure contained in GFX_MODE_LIST.

See Also

gfx_mode_list(3), get_gfx_mode_list(3)