diff options
| author | George Hazan <ghazan@miranda.im> | 2020-08-17 16:04:59 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-08-17 16:04:59 +0300 |
| commit | 52be24181ca0847ab6e868da65cdbcaec82322cf (patch) | |
| tree | 5d66332cbb4ddd6c7df8f0ee5d33d61c23ee61ff /include | |
| parent | c57cd15287e9edc2e0ba51a77df4a2eede2fb22e (diff) | |
WEBP support added to avatar support routines
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_protocols.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_protocols.h b/include/m_protocols.h index ae22742824..27a3963f1f 100644 --- a/include/m_protocols.h +++ b/include/m_protocols.h @@ -375,6 +375,7 @@ ProtoBroadcastAck(), listeners must hook ME_PROTO_ACK, note that lParam = ACKDAT #define PA_FORMAT_GIF 5
#define PA_FORMAT_SWF 6
#define PA_FORMAT_XML 7
+#define PA_FORMAT_WEBP 8
typedef struct {
MCONTACT hContact; // this might have to be set by the caller too
|
