diff options
author | George Hazan <ghazan@miranda.im> | 2019-07-15 16:18:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-15 16:18:01 +0300 |
commit | 4d058c1bd49cb0214e452fea0a84bce2889b4434 (patch) | |
tree | 31cb00df5fc94f626447ba495123d2f2d8660b5f /include | |
parent | 28ff0c36aee829b301d451ad232185c96e273f57 (diff) |
PROTO_INTERFACE::ReportSelfAvatarChanged = useful helper for working with avatars
Diffstat (limited to 'include')
-rw-r--r-- | include/m_protoint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 97186fbdbf..5a7df174cf 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -185,6 +185,8 @@ public: void setAllContactStatuses(int iStatus, bool bSkipChats = true);
+ void ReportSelfAvatarChanged();
+
void WindowSubscribe(HWND hwnd);
void WindowUnsubscribe(HWND hwnd);
|