1destroy_gfx_mode_list(3)        Allegro manual        destroy_gfx_mode_list(3)
2
3
4

NAME

6       destroy_gfx_mode_list  - Frees the list created by get_gfx_mode_list().
7       Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void destroy_gfx_mode_list(GFX_MODE_LIST *mode_list);
14

DESCRIPTION

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

SEE ALSO

22       get_gfx_mode_list(3), set_gfx_mode(3), set_color_depth(3)
23
24
25
26Allegro                          version 4.4.3        destroy_gfx_mode_list(3)
Impressum