]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
moved the rest of XPMs to /art
[wxWidgets.git] / include / wx / univ / window.h
index 8a53c0b34e886ad0fab127ed2878647d065833e2..02b48e85ebd95b371ad531543714db11d2166e2d 100644 (file)
@@ -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;