summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mir_app/src/CMPluginBase.cpp5
-rw-r--r--src/mir_app/src/mir_app.def1
-rw-r--r--src/mir_app/src/mir_app64.def1
-rw-r--r--src/mir_app/src/stdafx.h1
4 files changed, 8 insertions, 0 deletions
diff --git a/src/mir_app/src/CMPluginBase.cpp b/src/mir_app/src/CMPluginBase.cpp
index 397031fa9c..b6fb78d6f4 100644
--- a/src/mir_app/src/CMPluginBase.cpp
+++ b/src/mir_app/src/CMPluginBase.cpp
@@ -221,6 +221,11 @@ int CMPluginBase::addEffect(EffectIDW *pEffect)
/////////////////////////////////////////////////////////////////////////////////////////
+int CMPluginBase::addFrame(const CLISTFrame *F)
+{
+ return (int)CallService(MS_CLIST_FRAMES_ADDFRAME, (WPARAM)F, m_hLang);
+}
+
int CMPluginBase::addHotkey(const HOTKEYDESC *hk)
{
return Hotkey_Register(hk, m_hLang);
diff --git a/src/mir_app/src/mir_app.def b/src/mir_app/src/mir_app.def
index 950ef2f568..001b75d8f6 100644
--- a/src/mir_app/src/mir_app.def
+++ b/src/mir_app/src/mir_app.def
@@ -629,3 +629,4 @@ Profile_GetSettingInt @657
Netlib_GetUserSettingsByName @658
Netlib_SetUserSettingsByName @659
?Backup@MDatabaseCommon@@UAGHPB_W@Z @660 NONAME
+?addFrame@CMPluginBase@@QAEHPBUCLISTFrame@@@Z @661 NONAME
diff --git a/src/mir_app/src/mir_app64.def b/src/mir_app/src/mir_app64.def
index f0153a3013..7ecf390d80 100644
--- a/src/mir_app/src/mir_app64.def
+++ b/src/mir_app/src/mir_app64.def
@@ -629,3 +629,4 @@ Profile_GetSettingInt @657
Netlib_GetUserSettingsByName @658
Netlib_SetUserSettingsByName @659
?Backup@MDatabaseCommon@@UEAAHPEB_W@Z @660 NONAME
+?addFrame@CMPluginBase@@QEAAHPEBUCLISTFrame@@@Z @661 NONAME
diff --git a/src/mir_app/src/stdafx.h b/src/mir_app/src/stdafx.h
index 1158f779fa..57234299a6 100644
--- a/src/mir_app/src/stdafx.h
+++ b/src/mir_app/src/stdafx.h
@@ -90,6 +90,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <m_timezones.h>
#include <m_extraicons.h>
#include <m_xstatus.h>
+#include <m_cluiframes.h>
#include <m_metacontacts.h>
#include <m_gui.h>
#include <m_srmm_int.h>