Variable workspace_count moved to the workspace object in the global namespace
commit9e103a46e99d323e070c3779c5d261c171df2e17
authorRodolfo García Peñas (kix) <kix@kix.es>
Mon, 7 Oct 2013 22:56:30 +0000 (8 00:56 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 9 Oct 2013 12:02:44 +0000 (9 13:02 +0100)
tree36bcdf8700d61a0d807a50bbee1fcaa4407ddf4a
parentf60e65001bfdd21fd9939b2b0121037682b6522c
Variable workspace_count moved to the workspace object in the global namespace

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

Now the screen is not needed to know the workspace_count.
13 files changed:
src/WindowMaker.h
src/appicon.c
src/dock.c
src/event.c
src/moveres.c
src/screen.h
src/session.c
src/startup.c
src/window.c
src/winmenu.c
src/winspector.c
src/wmspec.c
src/workspace.c