X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30827629fa11f6365f69bd2917e1a35d22c35363..599ea87e641ca190cedb4c50b6c936fce25aecca:/include/wx/univ/window.h?ds=sidebyside diff --git a/include/wx/univ/window.h b/include/wx/univ/window.h index 8a53c0b34e..02b48e85eb 100644 --- a/include/wx/univ/window.h +++ b/include/wx/univ/window.h @@ -265,6 +265,9 @@ protected: wxBitmap m_bitmapBg; int m_alignBgBitmap; wxStretch m_stretchBgBitmap; + + // old size + wxSize m_oldSize; // is the mouse currently inside the window? bool m_isCurrent:1;