diff options
| author | George Hazan <ghazan@miranda.im> | 2022-03-09 16:01:24 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-03-09 16:01:32 +0300 |
| commit | d387ed11456e40f36f359cb3aa9f74a54b8f369b (patch) | |
| tree | 58b3c950a6f00ee6664e794ec4a385cc3b10cb34 /include | |
| parent | b5c43418ddb50192686929bac0a6b3190aa6b600 (diff) | |
popup control moved from main menu to Options - Popups - Enabled items
Diffstat (limited to 'include')
| -rw-r--r-- | include/newpluginapi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h index 77d111d9ae..99e617cd5b 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. typedef struct _IMAGELIST* HIMAGELIST; #endif -#include <m_core.h> +#include <m_gui.h> #include <m_database.h> #include <m_protocols.h> @@ -212,6 +212,7 @@ public: int addFrame(const struct CLISTFrame*); int addHotkey(const struct HOTKEYDESC*); + int addPopupOption(const char *pszDescr, CMOption<bool> &pVar); int addSound(const char *name, const wchar_t *section, const wchar_t *description, const wchar_t *defaultFile = nullptr); int addUserInfo(WPARAM wParam, struct OPTIONSDIALOGPAGE *odp); |
