From 06fc3d811d71a44b92d45e1263e5fb0099a7304e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 1 Dec 2016 19:33:16 +0300 Subject: toolbar icons processing code moved to mir_app --- include/m_chat_int.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/m_chat_int.h') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 9bc689994d..bf84cd85d2 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include +#include #define OPTIONS_FONTCOUNT 20 #define STATUSICONCOUNT 6 @@ -387,6 +388,7 @@ struct CHAT_MANAGER FONTINFO aFonts[OPTIONS_FONTCOUNT]; SESSION_INFO *wndList; char **pLogIconBmpBits; + MWindowList hWindowList; // user-defined custom callbacks void (*OnCreateModule)(MODULEINFO*); -- cgit v1.2.3