diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-01 14:17:39 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-01 14:17:39 +0300 |
commit | aae341e9afbea80ab1f1003307571625e73f1446 (patch) | |
tree | 8ad3f11f9bc604a41cdc5d0de3b065e811b7a2fc /plugins/ExternalAPI | |
parent | 48fce208e06bcc228c63087d264b783740f17cd6 (diff) |
SmileyAdd: added SMADD_SELECTSMILEY::szProto field for #4615
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_smileyadd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_smileyadd.h b/plugins/ExternalAPI/m_smileyadd.h index f9bc17ea6a..e93c36a936 100644 --- a/plugins/ExternalAPI/m_smileyadd.h +++ b/plugins/ExternalAPI/m_smileyadd.h @@ -213,6 +213,7 @@ void __forceinline SmileyAdd_LoadContactSmileys(int type, const char *pszModule, struct SMADD_SELECTSMILEY
{
+ const char *pszProto; // protocol module or NULL for emoji
const char *pszSmileys; // list of smileys or zero to display all pack
int xPosition;
int yPosition;
|