X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d243a476a77e252cfbed5939f3fa1830728196e..6485c8d7fbede5752cd3f763d0d5ccf9b0b51f2e:/include/wx/osx/core/private.h diff --git a/include/wx/osx/core/private.h b/include/wx/osx/core/private.h index 08558c8750..1ea155f056 100644 --- a/include/wx/osx/core/private.h +++ b/include/wx/osx/core/private.h @@ -853,7 +853,11 @@ public : virtual void SetModified(bool WXUNUSED(modified)) { } virtual bool IsModified() const { return false; } +#if wxOSX_USE_IPHONE + virtual CGFloat GetWindowLevel() const { return 0.0; } +#else virtual CGWindowLevel GetWindowLevel() const { return kCGNormalWindowLevel; } +#endif virtual void RestoreWindowLevel() {} protected : wxNonOwnedWindow* m_wxPeer;