From 4e932f1678b7e926d436e1fcd6a7b5c2c3f9b1a0 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Thu, 2 Aug 2012 19:37:11 +0000 Subject: not HPP-only messages animation smileys interface (through flag) (sorry, i needed it) git-svn-id: http://svn.miranda-ng.org/main/trunk@1328 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_smileyadd.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_smileyadd.h b/plugins/ExternalAPI/m_smileyadd.h index 6b367509f8..a4821aba31 100644 --- a/plugins/ExternalAPI/m_smileyadd.h +++ b/plugins/ExternalAPI/m_smileyadd.h @@ -20,8 +20,9 @@ along with this program. If not, see . #define SAFLRE_INSERTEMF 2 // insert smiley as EMF into RichEdit, otherwise bitmap inserted // this flag allows "true" transparency -#define SAFLRE_OUTGOING 4 // Parsing outgoing message -#define SAFLRE_NOCUSTOM 8 // Do not use custom smileys +#define SAFLRE_OUTGOING 4 // Parsing outgoing message +#define SAFLRE_NOCUSTOM 8 // Do not use custom smileys +#define SAFLRE_FIREVIEW 16 // use NM_FIREVIEWCHANGE messages typedef struct { -- cgit v1.2.3