From aae341e9afbea80ab1f1003307571625e73f1446 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 1 Dec 2024 14:17:39 +0300 Subject: SmileyAdd: added SMADD_SELECTSMILEY::szProto field for #4615 --- plugins/ExternalAPI/m_smileyadd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/ExternalAPI') 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; -- cgit v1.2.3