summaryrefslogtreecommitdiff
path: root/include/m_chat_int.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-01-21 13:17:19 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-01-21 13:17:19 +0000
commitdc16fa8c5fa2e477b6ce896b8eb237462735baae (patch)
tree0decd239db25aa48a16ec6b4da49a1f678f3cedc /include/m_chat_int.h
parent6465dd41cc06b5952e77ccc72396627abf385a17 (diff)
fix for window flashing in StdChat & Scriver
git-svn-id: http://svn.miranda-ng.org/main/trunk@7809 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r--include/m_chat_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index c9f5949145..53ca526607 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -433,6 +433,7 @@ struct CHAT_MANAGER
void (*OnLoadSettings)(void);
void (*OnFlashWindow)(SESSION_INFO *si, int);
+ void (*OnFlashHighlight)(SESSION_INFO *si, int);
};
extern CHAT_MANAGER ci, *pci;