From ff7faa65f97479df9f27d51666afc8ac2cef0a22 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Tue, 7 Aug 2012 16:06:30 +0000 Subject: SmileyAdd NMHDR structure part fix History++ 64 bit smileys animation fixes Delphi API updates git-svn-id: http://svn.miranda-ng.org/main/trunk@1393 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_smileyadd.inc | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'include/delphi/m_smileyadd.inc') diff --git a/include/delphi/m_smileyadd.inc b/include/delphi/m_smileyadd.inc index ca53073871..ecb3ebb7d1 100644 --- a/include/delphi/m_smileyadd.inc +++ b/include/delphi/m_smileyadd.inc @@ -21,10 +21,11 @@ {$IFNDEF M_SMILEYADD} {$DEFINE M_SMILEYADD} const - SAFLRE_INSERTEMF = 2; // insert smiley as EMF into RichEdit, otherwise bitmap - // inserted this flag allows "true" transparency - SAFLRE_OUTGOING = 4; // Parsing outgoing message - SAFLRE_NOCUSTOM = 8; // Do not use custom smileys + SAFLRE_INSERTEMF = 2; // insert smiley as EMF into RichEdit, otherwise bitmap + // inserted this flag allows "true" transparency + SAFLRE_OUTGOING = 4; // Parsing outgoing message + SAFLRE_NOCUSTOM = 8; // Do not use custom smileys + SAFLRE_FIREVIEW = 16; // use NM_FIREVIEWCHANGE messages type PSMADD_RICHEDIT3 = ^TSMADD_RICHEDIT3; @@ -109,10 +110,10 @@ const // Message dialogs usually need to redraw it's content on reception of this event ME_SMILEYADD_OPTIONSCHANGED:PAnsiChar = 'SmileyAdd/OptionsChanged'; - SAFL_PATH = 1; // provide smiley file path, icon otherwise - SAFL_UNICODE = 2; // string fields in OPTIONSDIALOGPAGE are WCHAR* - SAFL_OUTGOING = 4; // Parsing outgoing message - SAFL_NOCUSTOM = 8; // Do not use custom smileys + SAFL_PATH = 1; // provide smiley file path, icon otherwise + SAFL_UNICODE = 2; // string fields in OPTIONSDIALOGPAGE are WCHAR* + SAFL_OUTGOING = 4; // Parsing outgoing message + SAFL_NOCUSTOM = 8; // Do not use custom smileys type PSMADD_BATCHPARSE2 = ^TSMADD_BATCHPARSE2; -- cgit v1.2.3