diff options
Diffstat (limited to 'include/m_button_int.h')
-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
|