summaryrefslogtreecommitdiff
path: root/include/m_clistint.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-09-02 15:00:54 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-09-02 15:00:54 +0000
commit6a2895b7cc2eabdd975ace83ce5dc5f8c0d6f88f (patch)
tree4b0447e0fccf3989dd61ca9a586d3f2d198dcebe /include/m_clistint.h
parentcd045c23540a1a18886b1886f20aaa30b7f586c1 (diff)
- three remaining clist services converted into functions (Clist_MenuProcessCommand, Clist_IsDocked, Clist_MenuProcessHotkey);
- old unused junk removed from CLIST_INTERFACE with its stubs; - all unused clist services also removed with bunch of another crap like unused params git-svn-id: http://svn.miranda-ng.org/main/trunk@17243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r--include/m_clistint.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index 749188c444..daa37cc59e 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -359,7 +359,7 @@ struct CLIST_INTERFACE
/* clistmod.c */
int (*pfnIconFromStatusMode)(const char *szProto, int status, MCONTACT hContact);
- int (*pfnShowHide)(WPARAM, LPARAM);
+ int (*pfnShowHide)(void);
#define GSMDF_UNTRANSLATED 4 // don't tranlate the result
wchar_t* (*pfnGetStatusModeDescription)(int mode, int flags);
@@ -403,11 +403,10 @@ struct CLIST_INTERFACE
/* docking.c */
int (*pfnDocking_ProcessWindowMessage)(WPARAM wParam, LPARAM lParam);
- /* keyboard.c */
- int (*pfnHotKeysRegister)(HWND hwnd);
- void (*pfnHotKeysUnregister)(HWND hwnd);
- int (*pfnHotKeysProcess)(HWND hwnd, WPARAM wParam, LPARAM lParam);
- int (*pfnHotkeysProcessMessage)(WPARAM wParam, LPARAM lParam);
+ int (*blablabla1)();
+ int (*blablabla2)();
+ int (*blablabla3)();
+ int (*blablabla4)();
/*************************************************************************************
* version 2 - events processing