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

The toolkit dispatches window close request events 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/dialog.c
src/winspector.c