Added OnUpdateAction to measures, meters and the [Rainmeter] section.

This commit is contained in:
Brian Ferguson
2013-01-10 15:50:38 -07:00
parent 24e080dfc0
commit 9800692f19
6 changed files with 33 additions and 1 deletions

View File

@ -371,6 +371,7 @@ private:
std::wstring m_OnCloseAction;
std::wstring m_OnFocusAction;
std::wstring m_OnUnfocusAction;
std::wstring m_OnUpdateAction;
std::wstring m_BackgroundName;
RECT m_BackgroundMargins;