Re-add --backend to allow overriding auto-detected backend

This commit is contained in:
sfan5
2014-07-11 10:54:50 +02:00
parent bca8d3ce07
commit 2cc1ffc543
3 changed files with 22 additions and 7 deletions

View File

@ -86,6 +86,7 @@ private:
bool m_drawScale;
bool m_drawAlpha;
bool m_shading;
std::string m_backend;
int m_border;
DB *m_db;