WINGs: Marked args as unused for compiler in a few more callback functions
commitbd58625a3f30e506ea70b805e4c5a32f6c0d700c
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 19 Oct 2013 20:17:56 +0000 (19 22:17 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 19 Oct 2013 21:01:36 +0000 (19 18:01 -0300)
tree79b683b95d48ce8ff589519bc42471dc9614524c
parentea74fe8871a0805365623278942d539562fbcaa0
WINGs: Marked args as unused for compiler in a few more callback functions

As callback have a fixed prototype, it is correct to not use all the
arguments, so this patch adds the appropriate stuff to avoid a false
report from compiler.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WINGs/wcolorwell.c
WINGs/winputmethod.c
WINGs/wtext.c
WINGs/wtextfield.c