X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f86190702bb433f139dc2c335e2c551755def81f..a4f6fe43c33bd7933645d110ad2719871dab043d:/include/wx/osx/core/private.h diff --git a/include/wx/osx/core/private.h b/include/wx/osx/core/private.h index c93a02c7ea..9c4660a765 100644 --- a/include/wx/osx/core/private.h +++ b/include/wx/osx/core/private.h @@ -259,7 +259,7 @@ public : virtual void GetPosition( int &x, int &y ) const = 0; virtual void GetSize( int &width, int &height ) const = 0; virtual void SetControlSize( wxWindowVariant variant ) = 0; - virtual float GetContentScaleFactor() const + virtual double GetContentScaleFactor() const { return 1.0; } @@ -874,8 +874,6 @@ public : virtual void WindowToScreen( int *x, int *y ) = 0; - virtual double GetMagnificationFactor() const { return 1.0; } - virtual bool IsActive() = 0; wxNonOwnedWindow* GetWXPeer() { return m_wxPeer; }