mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added OnWakeAction.
Executes when returning from sleep/hibernation.
This commit is contained in:
@ -295,6 +295,7 @@ protected:
|
||||
LRESULT OnSettingChange(UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
LRESULT OnDisplayChange(UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
LRESULT OnSetWindowFocus(UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
LRESULT OnWake(UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
private:
|
||||
enum STATE
|
||||
@ -385,6 +386,7 @@ private:
|
||||
std::wstring m_OnFocusAction;
|
||||
std::wstring m_OnUnfocusAction;
|
||||
std::wstring m_OnUpdateAction;
|
||||
std::wstring m_OnWakeAction;
|
||||
|
||||
std::wstring m_BackgroundName;
|
||||
RECT m_BackgroundMargins;
|
||||
|
Reference in New Issue
Block a user