wmix: created new file config.c to contain configuration related stuff
commit4c1bae53c482a3b6a7d39e6f3f43f1deb24521bf
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 7 Jun 2014 19:21:45 +0000 (7 21:21 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 7 Jun 2014 20:27:27 +0000 (7 21:27 +0100)
tree3bcd8c25f4ea02e6bcae2dea0f857440ffd353ff
parente2dc01bdc03f43c8ec09e2262a911bde05af70f9
wmix: created new file config.c to contain configuration related stuff

Management of the configuration is split in many places, the goal is to
regroup stuff together, starting with the loading from file stuff.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
wmix/Makefile
wmix/config.c [new file with mode: 0644]
wmix/include/common.h
wmix/include/config.h [new file with mode: 0644]
wmix/include/misc.h
wmix/misc.c
wmix/ui_x.c
wmix/wmix.c