wmaker: Created an array to hold the maximize menu entries
commitdb9e002ecff63b29af7559796dab9a8d978938e9
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 10 Nov 2013 16:41:10 +0000 (10 17:41 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 30 Dec 2013 18:11:04 +0000 (30 18:11 +0000)
tree7f02db6fc918fabf0e91de8bf52554303e904f84
parent1f17fb940c285979da3f655e9bf18344b78fa45c
wmaker: Created an array to hold the maximize menu entries

The idea is that an array is easier to work with, when it's about to add,
remove or change entries, because all data end up stored in one place
instead of dispatched around the code.

It also makes code smaller as it avoids repetitions.

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