Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) to a minimum

svn-id: r21426
This commit is contained in:
Max Horn 2006-03-24 14:15:45 +00:00
parent 832d795959
commit 08ad918af6
13 changed files with 59 additions and 13 deletions

View file

@ -24,6 +24,7 @@
#include "common/util.h"
#include "gui/newgui.h"
#include "gui/dialog.h"
#include "gui/eval.h"
#include "common/config-manager.h"
@ -309,4 +310,9 @@ void NewGui::animateCursor() {
}
}
WidgetSize NewGui::getWidgetSize() {
return (WidgetSize)(_theme->_evaluator->getVar("widgetSize"));
}
} // End of namespace GUI