diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-23 19:23:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-23 19:23:04 +0300 |
commit | bb5dfcb3c97622419bfd3bb4e3161489e361132e (patch) | |
tree | c3464f962ca8d8a3e0c5baf481cf83b3f04ab68e /plugins/Clist_modern/src/modern_clistmod.cpp | |
parent | 6f8261af4b1a79411f9a22585814141ac7b85c2b (diff) |
fix for loading menus
Diffstat (limited to 'plugins/Clist_modern/src/modern_clistmod.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clistmod.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/plugins/Clist_modern/src/modern_clistmod.cpp b/plugins/Clist_modern/src/modern_clistmod.cpp index b631469211..c977d85886 100644 --- a/plugins/Clist_modern/src/modern_clistmod.cpp +++ b/plugins/Clist_modern/src/modern_clistmod.cpp @@ -28,21 +28,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "modern_clui.h"
int OnLoadLangpack(WPARAM, LPARAM);
-int UnloadFavoriteContactMenu();
+void UnloadFavoriteContactMenu();
int CListMod_HideWindow();
-int AddMainMenuItem(WPARAM wParam, LPARAM lParam);
-int AddContactMenuItem(WPARAM wParam, LPARAM lParam);
void UninitCListEvents(void);
int ContactAdded(WPARAM wParam, LPARAM lParam);
-int GetContactDisplayName(WPARAM wParam, LPARAM lParam);
int CListOptInit(WPARAM wParam, LPARAM lParam);
int SkinOptInit(WPARAM wParam, LPARAM lParam);
-int ModernSkinOptInit(WPARAM wParam, LPARAM lParam);
-int EventsProcessContactDoubleClick(MCONTACT hContact);
-
-INT_PTR TrayIconPauseAutoHide(WPARAM wParam, LPARAM lParam);
// returns normal icon or combined with status overlay. Needs to be destroyed.
|