From f92563fa59cd21d339f98288c60b81a51109fa01 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 15 Jul 2013 11:44:40 +0000 Subject: same clutch removed for MButtonCtrl, mir_subclassWindow won again git-svn-id: http://svn.miranda-ng.org/main/trunk@5360 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_button_int.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/m_button_int.h') diff --git a/include/m_button_int.h b/include/m_button_int.h index 08004b5cb6..a118c3d33b 100644 --- a/include/m_button_int.h +++ b/include/m_button_int.h @@ -51,8 +51,6 @@ struct MButtonCtrl bIsThemed, // themed button bIsSkinned; // skinned button - LRESULT lResult; // custom window proc result - WNDPROC fnWindowProc; // custom window proc pfnPainterFunc fnPainter; // custom button painter IAccPropServices* pAccPropServices; @@ -62,11 +60,4 @@ struct MButtonCtrl typedef void (__cdecl *pfnPainterFunc)(MButtonCtrl*, HDC); -struct MButtonCustomize -{ - size_t cbLen; // total length of the internal data structure - WNDPROC fnWindowProc; // subclassed windows procedure for the custom button - pfnPainterFunc fnPainter; // custom button painter -}; - #endif // M_BUTTON_INT_H__ -- cgit v1.2.3