diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-05 20:21:19 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-05 20:21:19 +0300 |
commit | e7817210488dafcf8c674c2ce92c71ba41675a80 (patch) | |
tree | 64c49bcf583e93900a953009b034ca5d33b25017 /plugins/Popup/src/stdafx.h | |
parent | 465fc277e309b2ef7db2d7b6028ad35c41dd1c36 (diff) |
fixes #3807 (Popup+: настройка YAMN "всегда показывать вспл.окна" имеет приоритет перед глушением окон в idle)
Diffstat (limited to 'plugins/Popup/src/stdafx.h')
-rw-r--r-- | plugins/Popup/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Popup/src/stdafx.h b/plugins/Popup/src/stdafx.h index 8d297fd0e0..6cfca9e544 100644 --- a/plugins/Popup/src/stdafx.h +++ b/plugins/Popup/src/stdafx.h @@ -139,4 +139,6 @@ INT_PTR svcEnableDisableMenuCommand(WPARAM, LPARAM); void InitIcons();
void CreateServices();
+int OnIdleChanged(WPARAM, LPARAM lParam);
+
#endif //HEADERS_H
|