WINGs: Added explicit parameter list to function prototypes (Simple cases)
commit708bc27e3ffffa16c153b28f23d48526c2233a83
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 11 May 2013 22:24:44 +0000 (12 00:24 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 12 May 2013 00:01:20 +0000 (12 01:01 +0100)
treee99eb822285dea990d713fb0cca772bb6f127c78
parenta622197faae7eba22ba1914a2f0dc97afb65e9ac
WINGs: Added explicit parameter list to function prototypes (Simple cases)

It is dangerous to let the compiler know about a function without
letting him know the arguments because he won't be able to report
invalid calls.

This patch concern the cases where adding the arguments did not
need other code change.
WINGs/wcolorwell.c
WINGs/wlist.c
WINGs/wprogressindicator.c
WINGs/wscroller.c
WINGs/wscrollview.c
WINGs/wslider.c
WINGs/wtextfield.c
WINGs/wwindow.c