wmaker: Moved variable Ignore Wks Change into the workspace object in the global...
commitc3c2d8d7f1bda6e86f75ec312a307da966019b54
authorChristophe CURIS <christophe.curis@free.fr>
Thu, 10 Oct 2013 18:38:22 +0000 (10 20:38 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 11 Oct 2013 20:58:13 +0000 (11 21:58 +0100)
tree03021fae44f737d28c2e7f6cd0dca5b4fe9731a7
parentb6423a7b4f0111f73690d2a99ca0433d30b5dd32
wmaker: Moved variable Ignore Wks Change into the workspace object in the global namespace

Took the opportunity to change its type: it was an integer, but it is
actually holding a yes/no status, so it is now defined as a boolean.
src/WindowMaker.h
src/actions.c
src/main.c
src/workspace.c