mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Script:
- Added support for calling Lua functions with !PluginBang - Removed old (undocumented) implementation for handling mouse actions - Lua errors now contain the script file name only (instead of full path)
This commit is contained in:
@ -418,7 +418,6 @@ private:
|
||||
bool m_ResetRegion; // If true, the window region is recalculated during the next update
|
||||
|
||||
std::list<CMeasure*> m_Measures; // All the measures
|
||||
std::list<CMeasureScript*> m_ScriptMeasures;// All the measures
|
||||
std::list<CMeter*> m_Meters; // All the meters
|
||||
|
||||
const std::wstring m_SkinPath; // Path of the skin folder
|
||||
|
Reference in New Issue
Block a user