fixing iphone build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -853,7 +853,11 @@ public :
|
|||||||
virtual void SetModified(bool WXUNUSED(modified)) { }
|
virtual void SetModified(bool WXUNUSED(modified)) { }
|
||||||
virtual bool IsModified() const { return false; }
|
virtual bool IsModified() const { return false; }
|
||||||
|
|
||||||
|
#if wxOSX_USE_IPHONE
|
||||||
|
virtual CGFloat GetWindowLevel() const { return 0.0; }
|
||||||
|
#else
|
||||||
virtual CGWindowLevel GetWindowLevel() const { return kCGNormalWindowLevel; }
|
virtual CGWindowLevel GetWindowLevel() const { return kCGNormalWindowLevel; }
|
||||||
|
#endif
|
||||||
virtual void RestoreWindowLevel() {}
|
virtual void RestoreWindowLevel() {}
|
||||||
protected :
|
protected :
|
||||||
wxNonOwnedWindow* m_wxPeer;
|
wxNonOwnedWindow* m_wxPeer;
|
||||||
|
Reference in New Issue
Block a user