Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
GFX_MODE_LIST(3)		 Allegro manual 		GFX_MODE_LIST(3)

NAME
     GFX_MODE_LIST  -  Stores an array of GFX_MODE structures. Allegro game pro-
     gramming 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)

Allegro 			  version 4.4.3 		GFX_MODE_LIST(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=GFX_MODE_LIST&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help