wmaker: Marked args as unused for compiler in XClickEvent callback code
commit3857def7797903548f4e41555a9fc2d95a2c5fb2
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 13 Oct 2013 20:44:06 +0000 (13 22:44 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 13 Oct 2013 22:00:19 +0000 (13 23:00 +0100)
tree4d88cf6c10daefc12f64e13e0c049456323ce16f
parentc34a55ed5a27da9c4ea2328edda825a3a9421607
wmaker: Marked args as unused for compiler in XClickEvent callback code

The toolkit dispatches X events for MouseButton using callback functions,
which means having a fixed argument list for that 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>
src/menu.c
src/window.c