From 2d9a05f25b44439709d7158f786e9f1dd710b3b4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 9 Jul 2012 14:51:42 +0000 Subject: clist_mw now works too git-svn-id: http://svn.miranda-ng.org/main/trunk@881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_toptoolbar.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_toptoolbar.h b/plugins/ExternalAPI/m_toptoolbar.h index ed79f8818e..11cc6e9c6a 100644 --- a/plugins/ExternalAPI/m_toptoolbar.h +++ b/plugins/ExternalAPI/m_toptoolbar.h @@ -169,14 +169,12 @@ struct TTBCtrl LRESULT lResult; // custom window proc result WNDPROC fnWindowProc; // custom window proc - pfnTTBPainterFunc fnPainter; // custom button painter }; struct TTBCtrlCustomize { size_t cbLen; // total length of the internal data structure WNDPROC fnWindowProc; // subclassed windows procedure for the custom button - pfnTTBPainterFunc fnPainter; // custom button painter }; // Sets the custom painting procedure for a toolbar -- cgit v1.2.3