wmaker: Moved definition of global variable 'wKeyBindings' to header
commit18059fb1c76ff5c06ebc9c471114953959558b1f
authorChristophe CURIS <christophe.curis@free.fr>
Thu, 10 Oct 2013 21:55:55 +0000 (10 23:55 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 11 Oct 2013 20:58:14 +0000 (11 21:58 +0100)
treedaa210ff85722b3927f7f61f13a029b211ccab66
parentd9832e578f531a80e428fac0ed213814d815d3f2
wmaker: Moved definition of global variable 'wKeyBindings' to header

Multiple declaration of global variables in local source files is
a dangerous idea.
src/cycling.c
src/defaults.c
src/event.c
src/keybind.h
src/startup.c
src/window.c
src/winmenu.c
src/workspace.c