]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
removed SetVirtualSizeHints() and related code
[wxWidgets.git] / include / wx / msw / window.h
index 86bd78cda3c10e20eb0076604f2f3f54e6b403be..dd35d7fd8800f1afc9dff8fb957a6f04f11b743a 100644 (file)
@@ -555,8 +555,7 @@ private:
     bool HandleNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
 
 
-    // number of calls to Freeze() minus number of calls to Thaw()
-    unsigned int m_frozenness;
+    
 
     // current defer window position operation handle (may be NULL)
     WXHANDLE m_hDWP;
@@ -568,6 +567,10 @@ protected:
     wxPoint     m_pendingPosition;
     wxSize      m_pendingSize;
 
+    // number of calls to Freeze() minus number of calls to Thaw()
+    // protected so that wxTopLevelWindowMSW can access it
+    unsigned int m_frozenness;
+
 private:
 #ifdef __POCKETPC__
     bool        m_contextMenuEnabled;