summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-09-16 15:12:16 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-09-16 15:12:16 +0300
commit8f23785d669b571df8e6df4ae17cd1aca684b9b6 (patch)
tree64bb29ffbdcbbf4fe4f9abafb06e59ef9b161892 /include
parent757fb8c1b1387b1fe5748bf480b1df6d5d2980e8 (diff)
fixes #2064 (Jabber: some MUC dialogs are displayed behind the chat window)
Diffstat (limited to 'include')
-rw-r--r--include/m_chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_chat.h b/include/m_chat.h
index cd290c04e4..6ea7a048ba 100644
--- a/include/m_chat.h
+++ b/include/m_chat.h
@@ -485,6 +485,8 @@ struct GCHOOK
LPTSTR ptszUID; // unique identifier, usage depends on type of event
LPTSTR ptszNick; // user nick, as displayed in a nicklist
INT_PTR dwData; // user defined data, usage depends on type of event
+
+ class CSrmmBaseDialog *pDlg; // dialog from which this event was called
};
/*