From 38cc6ba3c3f5cb41d491df8414b270158152f3da Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 16 Jul 2018 20:05:28 +0300 Subject: fixes #1503 (Clist_blind: Main menu has gone) --- include/m_clistint.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'include') diff --git a/include/m_clistint.h b/include/m_clistint.h index 275917085c..a1c3f899ae 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -393,32 +393,32 @@ struct CLIST_INTERFACE OBJLIST *events; - CListEvent* (*pfnAddEvent)(CLISTEVENT*); - CLISTEVENT* (*pfnGetEvent)(MCONTACT hContact, int idx); + CListEvent* (*pfnAddEvent)(CLISTEVENT*); + CLISTEVENT* (*pfnGetEvent)(MCONTACT hContact, int idx); - int (*pfnRemoveEvent)(MCONTACT hContact, MEVENT hDbEvent); - int (*pfnGetImlIconIndex)(HICON hIcon); + int (*pfnRemoveEvent)(MCONTACT hContact, MEVENT hDbEvent); + int (*pfnGetImlIconIndex)(HICON hIcon); /************************************************************************************* * version 3 additions *************************************************************************************/ - int (*pfnGetWindowVisibleState)(HWND hWnd, int iStepX, int iStepY); + int (*pfnGetWindowVisibleState)(HWND hWnd, int iStepX, int iStepY); /************************************************************************************* - * version 4 additions (0.7.0.x) - genmenu + * version 4 additions - genmenu *************************************************************************************/ OBJLIST *menuProtos; int currentDesiredStatusMode; - BOOL bAutoRebuild; + bool bAutoRebuild, bOwnerDrawMenu; /************************************************************************************* - * version 5 additions (0.7.0.x) - tray icons + * version 5 additions - tray icons *************************************************************************************/ - struct trayIconInfo_t* trayIcon; + trayIconInfo_t* trayIcon; int trayIconCount; int cycleStep; wchar_t* szTip; -- cgit v1.2.3