[DEV] set a better theme manaement on ewol

This commit is contained in:
2014-01-17 23:02:15 +01:00
parent 46b95656bd
commit 78c6baa02f
4 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ namespace appl {
return m_buffer;
}
private:
ewol::compositing::Text m_displayText; //!< Text display properties.
ewol::compositing::TextDF m_displayText; //!< Text display properties.
ewol::compositing::Drawing m_displayDrawing; //!< Other diaplay requested.
std::vector<std::pair<appl::Buffer*, vec2>> m_drawingRemenber;
public: