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

FreeBSD Manual Pages

  
 
  

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

NAME
     destroy_gfx_mode_list  - Frees the list created by get_gfx_mode_list(). Al-
     legro game programming library.

SYNOPSIS
     #include <allegro.h>

     void destroy_gfx_mode_list(GFX_MODE_LIST *mode_list);

DESCRIPTION
     Removes the mode list created by get_gfx_mode_list() from memory. Use  this
     once  you	are  done  with the generated mode list to avoid memory leaks in
     your program.

SEE ALSO
     get_gfx_mode_list(3), set_gfx_mode(3), set_color_depth(3)

Allegro 			  version 4.4.3 	destroy_gfx_mode_list(3)

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

home | help