wmaker: Added 'const' attribute to local variables
commita6410d61e5a3c2bfe949038de4e68f4450ef7767
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 16 Jun 2013 15:57:51 +0000 (16 17:57 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 16 Jun 2013 18:32:23 +0000 (16 19:32 +0100)
treea4e23917abc9a34af0334ef98547e52ba817ba62
parentc9b816de75af6cdb44c8083ceb4eaaf76c138387
wmaker: Added 'const' attribute to local variables

A number of these variable are not meant to be modified, so we
show this to the compiler.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/WindowMaker.h
src/defaults.c
src/dialog.c
src/misc.c