Array of workspaces moved to the workspace object in the global namespace
commitf0c50736001dd8c5a81ab1ae5926f6e14b7a9730
authorRodolfo García Peñas (kix) <kix@kix.es>
Mon, 7 Oct 2013 22:56:33 +0000 (8 00:56 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 9 Oct 2013 12:02:44 +0000 (9 13:02 +0100)
tree3c57d46d5c3c7e5cb8ee7a5530b170cc0cbdb5ad
parentc610b8d7ce865938a7a5e2aa97772f2a67f30602
Array of workspaces moved to the workspace object in the global namespace

The variable workspaces, that contains the list of workspaces
is moved to the global workspace properties.

Now the screen is not needed to know the workspaces.

The function getWindowState() doesn't need the WScreen argument.
15 files changed:
src/WindowMaker.h
src/appicon.c
src/balloon.c
src/defaults.c
src/dock.c
src/event.c
src/menu.c
src/screen.h
src/session.c
src/startup.c
src/switchmenu.c
src/winmenu.c
src/winspector.c
src/wmspec.c
src/workspace.c