wmaker: moved the list of Advanced Options into an array, for the Window Inspector
commit8276ff13310a06e79a17c50bbe2602724cf68386
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 10 May 2015 17:56:01 +0000 (10 19:56 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 15 May 2015 16:44:50 +0000 (15 17:44 +0100)
treed9b00603c85255e657591fa67485b1368624f994
parent1a068faa4993ed6ec628b4fc0e9b90381e9c5526
wmaker: moved the list of Advanced Options into an array, for the Window Inspector

The Window Inspector is used to let user change a list of advanced options
for a window. This list was defined through many hard-coded things; by
defining an array with everything at the beginning of the file it is easier
to maintain (the code is simpler because it is more generic) and to make it
evolve in the future.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/winspector.c