wmaker: Use the macro 'wlengthof' to get the number of element in an array
commitbe022d9623d9efa25b7c276ac00ed7245eb089da
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 8 Nov 2013 20:18:21 +0000 (8 21:18 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 30 Dec 2013 18:11:03 +0000 (30 18:11 +0000)
tree47b33a46aad5bf5f5e1b18eddcd8e439bcc8eef6
parenta3b6b620499abcec8cffeb86fb4be578ca43de92
wmaker: Use the macro 'wlengthof' to get the number of element in an array

The new macro 'wlengthof' from WUtil makes code easier to read than the
previous [sizeof() / sizeof([0]) ] construct.

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