Ubuntu Manpages

GFX_MODE

Stores video mode information. Allegro game programming library.

#include <allegro.h>

typedef struct GFX_MODE

   int width, height, bpp;
   

Structure contained in GFX_MODE_LIST.

GFX_MODE_LIST(3alleg4), get_gfx_mode_list(3alleg4)