diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index ab50127791..cd6848a111 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -396,6 +396,8 @@ struct CHAT_MANAGER TCHAR* (*RemoveFormatting)(const TCHAR *pszText);
void (*ReloadSettings)(void);
+ void (*ColorChooser)(SESSION_INFO *si, BOOL bFG, HWND hwndDlg, HWND hwndTarget, HWND hwndChooser);
+
int logPixelSY, logPixelSX;
char *szActiveWndModule;
TCHAR *szActiveWndID;
|