wmaker: Moved global var with list of cursors to the preferences variable
commitb48b3370e256435051f338660f9abc1af4e485b6
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 29 Sep 2013 15:36:36 +0000 (29 17:36 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 29 Sep 2013 22:53:10 +0000 (30 00:53 +0200)
treed3e77971241cbf6ac2a0a3b88564f94e3efabb6e
parent2c20413831ede6316aeac57fc01cdf8019a7e880
wmaker: Moved global var with list of cursors to the preferences variable

As the cursor choice for each action is actually a user choice,
it is logical to put this into the structure, instead of a poorly
defined 'extern' in every file.
14 files changed:
src/WindowMaker.h
src/appicon.c
src/defaults.c
src/dock.c
src/event.c
src/icon.c
src/main.c
src/menu.c
src/moveres.c
src/rootmenu.c
src/screen.c
src/startup.c
src/wcore.c
src/winspector.c