summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-12-03 16:32:28 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-12-03 16:32:28 +0300
commit156262f08922cf65d9aff58257d623f7eab70f2f (patch)
treed91dcef2d51487bb32c8a218ecc816ed5115e265 /include
parentdd1aac53b981fc57b3fc23ad25bdfd3ce8adc15f (diff)
SRMM: sending quoted event as PSS_MESSAGE parameter
Diffstat (limited to 'include')
-rw-r--r--include/m_protosvc.h4
-rw-r--r--include/m_srmm_int.h3
2 files changed, 3 insertions, 4 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h
index 67b3952cd3..b6fdc4f315 100644
--- a/include/m_protosvc.h
+++ b/include/m_protosvc.h
@@ -590,8 +590,8 @@ struct PROTOFILERESUME
///////////////////////////////////////////////////////////////////////////////
// Send an instant message
-// wParam = flags
-// lParam = (LPARAM)(const char*)szMessage
+// wParam = (MEVENT)id of reply to message
+// lParam = (const char*)szMessage
// returns a hProcess corresponding to the one in the ack event.
// Will send an ack when the message actually gets sent
// type = ACKTYPE_MESSAGE, result = success/failure, (char*)lParam = error message or NULL.
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h
index 58ecb1ed7d..78f0da728c 100644
--- a/include/m_srmm_int.h
+++ b/include/m_srmm_int.h
@@ -311,7 +311,6 @@ protected:
CCtrlRichEdit m_message;
SESSION_INFO *m_si;
COLORREF m_clrInputBG, m_clrInputFG;
- MEVENT m_hQuoteEvent = 0;
// user typing support;
uint32_t m_nLastTyping = 0;
@@ -342,7 +341,7 @@ protected:
public:
MCONTACT m_hContact;
- MEVENT m_hDbEventFirst;
+ MEVENT m_hDbEventFirst, m_hQuoteEvent = 0;
int m_iLogFilterFlags;
bool m_bFilterEnabled, m_bNicklistEnabled, m_bReadOnly = false;
bool m_bFGSet, m_bBGSet;