1al_merge_config(3) al_merge_config(3)
2
3
4
6 al_merge_config - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 ALLEGRO_CONFIG *al_merge_config(const ALLEGRO_CONFIG *cfg1,
12 const ALLEGRO_CONFIG *cfg2)
13
15 Merge two configuration structures, and return the result as a new con‐
16 figuration. Values in configuration 'cfg2' override those in 'cfg1'.
17 Neither of the input configuration structures are modified. Comments
18 from 'cfg2' are not retained.
19
21 al_merge_config_into(3)
22
23
24
25Allegro reference manual al_merge_config(3)