From 03758f8f918f392386a1dd7a1c7a795927f8c221 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 10 Mar 2013 11:51:00 +0000 Subject: - ME_TTB_INITBUTTONS event considered useless; - clist_modern & clist_nicer are trained to reload TTB buttons when TopToolBar plugin is loaded dynamically; - TTB processing code slightly reordered git-svn-id: http://svn.miranda-ng.org/main/trunk@3953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/hdr/modern_commonheaders.h | 10 +++++----- plugins/Clist_modern/src/hdr/modern_commonprototypes.h | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'plugins/Clist_modern/src/hdr') diff --git a/plugins/Clist_modern/src/hdr/modern_commonheaders.h b/plugins/Clist_modern/src/hdr/modern_commonheaders.h index a3338e4641..b8088cc8ff 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonheaders.h +++ b/plugins/Clist_modern/src/hdr/modern_commonheaders.h @@ -174,13 +174,13 @@ DWORD exceptFunction(LPEXCEPTION_POINTERS EP); // lParam = 0 #define ME_BACKGROUNDCONFIG_CHANGED "ModernBkgrCfg/Changed" - - HBITMAP ske_CreateDIB32(int cx, int cy); -extern void InitDisplayNameCache(void); -extern void FreeDisplayNameCache(); -extern int CLUI_ShowWindowMod(HWND hwnd, int cmd); +void InitDisplayNameCache(void); +void FreeDisplayNameCache(); +int CLUI_ShowWindowMod(HWND hwnd, int cmd); + +void MakeButtonSkinned(HWND hWnd); #ifdef UNICODE #define GSMDF_TCHAR_MY GSMDF_TCHAR|CNF_UNICODE diff --git a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h index 847aefa464..efbb035932 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h +++ b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h @@ -272,7 +272,6 @@ HRESULT PreLoadContactListModule(); HRESULT ClcLoadModule(); HRESULT ToolbarLoadModule(); HRESULT ToolbarButtonLoadModule(); -void CustomizeButton(HWND); // INTERFACES -- cgit v1.2.3