From 14b3e00732b7f8b23c3e194815a9a0d3a6f2723f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Apr 2016 08:09:32 +0000 Subject: absolutely useless service MS_CLUI_GETCAPS removed as pre-kernel clist atavism git-svn-id: http://svn.miranda-ng.org/main/trunk@16766 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_clui.inc | 45 +-------------------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) (limited to 'include/delphi/m_clui.inc') diff --git a/include/delphi/m_clui.inc b/include/delphi/m_clui.inc index 10af8c8c29..bb7bd26f7b 100644 --- a/include/delphi/m_clui.inc +++ b/include/delphi/m_clui.inc @@ -66,46 +66,6 @@ const } MS_CLUI_LISTENDREBUILD:PAnsiChar = 'CLUI/ListEndRebuild'; - { - wParam : CLUICAPS_* - lParam : 0 - Affect : Gets a load of capabilites for the loaded CLUI, see notes - Returns: the requested value, 0 of wParam is unknown -- - if this service is not implemented it is assumed all return - values will be 0. - Version: v0.1.2.1+ - } -{ - CLUIF2_PLUGININFO = 1; // returns pointer to plugininfo - CLUIF2_CLISTTYPE = 2; // the genaration of list in chronologic - // modern layered return 0x07 (assuming classic, - // mw, meta, nicer1, modern1, nicer++, modernLayered) - // +0x0100 for unicode - CLUIF2_EXTRACOLUMNCOUNT = 3; // return max number of extra icon available to - // be set in main window - CLUIF2_USEREXTRASTART = 4; // return index of first 'advanced' image except - // Adv1 and Adv2 -} - // can only provide this flag to return the following set of caps, the strings - // show the database setting/type to store the list option, changing the value - // does not reflect what the change is, i.e. ontop can only be affected with - // a call to SetWindowPos() - CLUICAPS_FLAGS1 = 0; - // empty groups aren't shown, 'CList/HideEmptyGroups' (byte) [changes make the list reload] - CLUIF_HIDEEMPTYGROUPS = 1; - // groups can be disabled, lists can be merged into one seamlessly, (byte) 'CList/UseGroups' - CLUIF_DISABLEGROUPS = 2; - // list can be displayed 'on top' of all other windows, 4 (byte) 'CList/OnTop' - CLUIF_HASONTOPOPTION = 4; - // can disappear after a while of inactive use, - // (byte) 'CList/AutoHide' (word) 'CList/HideTime' - CLUIF_HASAUTOHIDEOPTION = 8; - - CLUICAPS_FLAGS2 = 1; // Returns info about extra icons - // HIWORD is the first extra icon number, LOWORD is the extra icons count - - MS_CLUI_GETCAPS:PAnsiChar = 'CLUI/GetCaps'; - { wParam : TMCONTACT lParam : MAKELPARAM(screenX, screenY) @@ -135,10 +95,7 @@ const } ME_CLUI_CONTACTDRAGSTOP:PAnsiChar = 'CLUI/ContactDragStop'; -// return TRUE if Clist Module Support Metacontacts + // return TRUE if Clist Module Support Metacontacts ME_CLUI_METASUPPORT:PAnsiChar = 'CLUI/MetaContactSupport'; -// return pointer to PLUGININFO structure -// MS_CLIST_GETCLISTCAPS = 'CList/GetCaps'; - {$ENDIF} -- cgit v1.2.3