summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-04-24 19:53:21 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-04-24 19:53:21 +0000
commitae739a66709d15079be7514c8cbc9eabb5c8b8b4 (patch)
tree6ec6231cdd5739cef9f5f0d9c3efaddf3d5affb1 /protocols/Tox/src/tox_proto.h
parentb53f73d5762f09620ad95bfd81c74660c2077dad (diff)
Tox:
- removed unneded "audio" events - fixed call dialog git-svn-id: http://svn.miranda-ng.org/main/trunk@13104 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r--protocols/Tox/src/tox_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h
index 946dcb9039..075c4b4b26 100644
--- a/protocols/Tox/src/tox_proto.h
+++ b/protocols/Tox/src/tox_proto.h
@@ -248,8 +248,6 @@ private:
HWAVEOUT hOutDevice;
std::map<MCONTACT, int32_t> 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);
@@ -275,6 +273,8 @@ private:
static bool IsFileExists(std::tstring path);
+ MEVENT AddEventToDb(MCONTACT hContact, WORD type, DWORD timestamp, DWORD flags, PBYTE pBlob, DWORD cbBlob);
+
template<INT_PTR(__cdecl CToxProto::*Service)(WPARAM, LPARAM)>
static INT_PTR __cdecl GlobalService(WPARAM wParam, LPARAM lParam)
{