diff options
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 8ab41afa48..97acbe5dac 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -135,6 +135,7 @@ private: // icons
static IconItemT Icons[];
static HANDLE GetIconHandle(int iconId);
+ static HICON GetIcon(int iconId);
// menus
static HGENMENU ContactMenuItems[CMI_MAX];
@@ -197,6 +198,8 @@ private: void InitCustomDbEvents();
+ static INT_PTR EventGetIcon(WPARAM wParam, LPARAM lParam);
+
void __cdecl SendMessageAsync(void *arg);
int OnSendMessage(MCONTACT hContact, const char *message);
|