WINGs: Marked args as unused for compiler in XDND callback code
commit0d8a530bc30280da0b182a8666625bce8f3b7947
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 19 Oct 2013 20:17:52 +0000 (19 22:17 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 19 Oct 2013 21:01:36 +0000 (19 18:01 -0300)
tree7e2884fd1ba4fe1f68a76df5c031d255a69768d2
parentfed1bf4de34aecda481adfff9335929a301cc175
WINGs: Marked args as unused for compiler in XDND callback code

The drag-n-drop mechanism is managed by WINGs through callbacks, which
means having a fixed argument list for the handling function.

It is then 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/dragdestination.c
WINGs/dragsource.c
WINGs/wcolorwell.c
WINGs/wtext.c