Add UseD2D option to Rainmeter.ini (defaults to 0)

This commit is contained in:
Birunthan Mohanathas
2013-03-25 18:00:53 +02:00
parent ef1cf223a7
commit 0994fad7e9
3 changed files with 9 additions and 2 deletions

View File

@ -167,6 +167,8 @@ public:
HINSTANCE GetResourceInstance() { return m_ResourceInstance; }
LCID GetResourceLCID() { return m_ResourceLCID; }
bool CanUseD2D() const { return m_UseD2D; }
bool GetDebug() { return m_Debug; }
GlobalOptions& GetGlobalOptions() { return m_GlobalOptions; }
@ -298,6 +300,8 @@ private:
std::wstring m_TrayExecuteDR;
std::wstring m_TrayExecuteDM;
bool m_UseD2D;
bool m_Debug;
bool m_DisableVersionCheck;