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

The variable workspace_menu, that contains the workspace_menu
is moved to the global workspace properties.

Now the screen is not needed to know the workspace_menu.

This variable is moved to the global workspace struct because it is
related to the workspace system, and not to the screen.
src/WindowMaker.h
src/defaults.c
src/menu.c
src/rootmenu.c
src/screen.h
src/workspace.c