From be22bc76ea2ee48830dc60f5bb274953349d85f6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 9 Mar 2022 16:31:40 +0300 Subject: =?UTF-8?q?fixes=20#3044=20(Jabber:=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=BD=D0=B5=D1=81=D1=82=D0=B8=20=D0=BE=D0=BF=D1=86=D0=B8=D1=8E?= =?UTF-8?q?=20"=D0=9F=D0=BE=D0=BA=D0=B0=D0=B7=D1=8B=D0=B2=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B2=D1=81=D0=BF=D0=BB=D1=8B=D0=B2=D0=B0=D1=8E=D1=89?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BE=D0=BA=D0=BD=D0=B0=20=D1=81=20=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=B1=D0=BA=D0=B0=D0=BC=D0=B8"=20=D0=B2=20=D0=BD=D0=B0?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B8=20=D0=B2=D1=81=D0=BF?= =?UTF-8?q?=D0=BB=D1=8B=D0=B2=D0=B0=D1=8E=D1=89=D0=B8=D1=85=20=D0=BE=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/newpluginapi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/newpluginapi.h') diff --git a/include/newpluginapi.h b/include/newpluginapi.h index 99e617cd5b..7081bd4f73 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -210,9 +210,11 @@ public: int addEffect(struct EffectID *pEffect); int addEffect(struct EffectIDW *pEffect); + int addPopupOption(const char *pszDescr, CMOption &pVar); + int addPopupOption(const wchar_t *pwszDescr, CMOption &pVal); + int addFrame(const struct CLISTFrame*); int addHotkey(const struct HOTKEYDESC*); - int addPopupOption(const char *pszDescr, CMOption &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); -- cgit v1.2.3