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;
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;