Moved 'workspace_name_font' from the Screen to a Workspace object in the global namespace
commitf60e65001bfdd21fd9939b2b0121037682b6522c
authorRodolfo García Peñas (kix) <kix@kix.es>
Mon, 7 Oct 2013 22:56:29 +0000 (8 00:56 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 9 Oct 2013 12:02:44 +0000 (9 13:02 +0100)
treecd953c69f62e2ae2b9f3283857428c67dc177bd9
parent4ac65ab260ebbb4444ec26f8f77e3620835b5a3b
Moved 'workspace_name_font' from the Screen to a Workspace object in the global namespace

The new workspace struct includes the global information
for the workspaces. All information related with the workspaces
should be included here.

The first variable moved is workspace_name_font, included in this
patch. This variable was included in the screen info, but the
screen and the font used in the workspace name don't have any
relationship.
src/WindowMaker.h
src/defaults.c
src/screen.h
src/workspace.c