diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-17 17:43:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-17 17:43:21 +0300 |
commit | caf290fb9b71267941a5d19a63dde6e8e93fab9e (patch) | |
tree | 5469e6a9794a40ede1fe7f5d2af7d53c3f388b06 /include/m_clistint.h | |
parent | a134962a8ac19a0013e9dec8d747eca455525946 (diff) |
no need to rebuild the whole clist if the search window is empty
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index c2c2906882..ba542dd915 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -250,6 +250,7 @@ EXTERN_C MIR_APP_DLL(HANDLE) Clist_ContactToItemHandle(ClcContact *contact, DWOR EXTERN_C MIR_APP_DLL(void) Clist_Broadcast(int msg, WPARAM wParam, LPARAM lParam);
EXTERN_C MIR_APP_DLL(void) Clist_BroadcastAsync(int msg, WPARAM wParam, LPARAM lParam);
+EXTERN_C MIR_APP_DLL(void) Clist_ClearSearch(HWND hwnd, ClcData *dat);
EXTERN_C MIR_APP_DLL(bool) Clist_FindItem(HWND hwnd, ClcData *dat, DWORD dwItem, ClcContact **contact, ClcGroup **subgroup, int *isVisible);
/////////////////////////////////////////////////////////////////////////////////////////
|