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

The custom drawing code for windows is handled 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/appicon.c
src/dock.c
src/framewin.c
src/icon.c
src/menu.c