diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-09 14:51:42 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-09 14:51:42 +0000 |
commit | 2d9a05f25b44439709d7158f786e9f1dd710b3b4 (patch) | |
tree | 1c719377bd2b917a5abc3d6bc29f5515a2a6d712 /plugins/ExternalAPI/m_toptoolbar.h | |
parent | a6ad2609bad6a7c4b6f30c17973af9dcaba8c8af (diff) |
clist_mw now works too
git-svn-id: http://svn.miranda-ng.org/main/trunk@881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/m_toptoolbar.h')
-rw-r--r-- | plugins/ExternalAPI/m_toptoolbar.h | 2 |
1 files changed, 0 insertions, 2 deletions
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
|