From 930fa5e62b924b66bee881070fd9619994da202d Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 24 Apr 2015 06:41:32 +0000 Subject: Tox: work commit git-svn-id: http://svn.miranda-ng.org/main/trunk@13061 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'protocols/Tox/src/tox_proto.h') diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index a806555cb8..2f15e16477 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -122,6 +122,7 @@ private: // icons static IconInfo Icons[]; + static HICON GetIcon(const char *name, int size = 0); static HANDLE GetIconHandle(const char *name); static HANDLE GetSkinIconHandle(const char *name); @@ -243,8 +244,11 @@ private: // multimedia HANDLE hAudioDialogs; + HWAVEOUT hOutDevice; std::map calls; + static void CALLBACK WaveOutCallback(HWAVEOUT m_hWO, UINT uMsg, DWORD dwInstance, DWORD dwParam1, DWORD dwParam2); + ToxAvCSettings* GetAudioCSettings(); static void OnFriendAudio(void *agent, int32_t callId, const int16_t *PCM, uint16_t size, void *arg); -- cgit v1.2.3