mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Add UseD2D option to Rainmeter.ini (defaults to 0)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user