diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-09 13:47:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-09 13:47:44 +0000 |
commit | a6ad2609bad6a7c4b6f30c17973af9dcaba8c8af (patch) | |
tree | 48b23fcfd0b68409659e850e7bc5f5a6099f3413 /include | |
parent | cfc759efa580c2aea1b5e882e9811d7aeea9b593 (diff) |
slightly changed design of custom MButtonCtrl window procedure. Clist Nicer works ok
git-svn-id: http://svn.miranda-ng.org/main/trunk@880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_button_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_button_int.h b/include/m_button_int.h index 684449c7eb..08004b5cb6 100644 --- a/include/m_button_int.h +++ b/include/m_button_int.h @@ -51,6 +51,7 @@ struct MButtonCtrl bIsThemed, // themed button
bIsSkinned; // skinned button
+ LRESULT lResult; // custom window proc result
WNDPROC fnWindowProc; // custom window proc
pfnPainterFunc fnPainter; // custom button painter
|