WINGs: Use the macro 'wlengthof' to get the number of element in an array
commita3b6b620499abcec8cffeb86fb4be578ca43de92
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 8 Nov 2013 20:18:20 +0000 (8 21:18 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 30 Dec 2013 18:11:03 +0000 (30 18:11 +0000)
treea22565cbb89f17b8a00ea46b91fb32e73d5f1b7f
parentfd47650717f4b4ab615d844ebc6b95a825cf30d7
WINGs: 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>
WINGs/menuparser.c
WINGs/menuparser_macros.c
WINGs/wfontpanel.c
WINGs/widgets.c