diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-04 22:57:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-04 22:57:14 +0300 |
commit | 25fed4bccbac68ea89325025f9d08fcb5eb6b258 (patch) | |
tree | 3e13e72b4ef15c30b6a8fe40568817b920afefb5 /include/m_clistint.h | |
parent | 8e6a28579846d35bc36966dfb50e2eb7f662471a (diff) |
unused CLIST_INTERFACE data moved inside mir_app
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 72fc4ab601..c7edd1f3d5 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -189,9 +189,9 @@ struct trayIconInfo_t struct MenuProto
{
- char *szProto; //This is DLL-based unique name
+ ptrA szProto;
HGENMENU pMenu;
- HICON hIcon;
+ HICON hIcon;
};
/////////////////////////////////////////////////////////////////////////////////////////
@@ -434,11 +434,9 @@ struct CLIST_INTERFACE * version 4 additions (0.7.0.x) - genmenu
*************************************************************************************/
- MenuProto* menuProtos;
- int menuProtoCount;
+ OBJLIST<MenuProto> *menuProtos;
- HANDLE hPreBuildStatusMenuEvent;
- int currentStatusMenuItem, currentDesiredStatusMode;
+ int currentDesiredStatusMode;
BOOL bDisplayLocked, bAutoRebuild;
/*************************************************************************************
|