mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fix crash when actions are executed by plugin threads after skin unload
This commit is contained in:
@ -110,6 +110,8 @@ public:
|
||||
|
||||
CTrayWindow* GetTrayWindow() { return m_TrayWindow; }
|
||||
|
||||
bool HasMeterWindow(const CMeterWindow* meterWindow) const;
|
||||
|
||||
CMeterWindow* GetMeterWindow(const std::wstring& folderPath);
|
||||
CMeterWindow* GetMeterWindowByINI(const std::wstring& ini_searching);
|
||||
std::pair<int, int> GetMeterWindowIndex(const std::wstring& folderPath, const std::wstring& file);
|
||||
|
Reference in New Issue
Block a user