From 6481f4ab4c99edb2dba6b7f890abb1afca88753b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 20 Jun 2013 01:02:49 +0000 Subject: [PATCH] GetMagnificationFactor --> GetContentScaleFactor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/window.h b/interface/wx/window.h index 336e7adc57..d075e1178c 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -1119,7 +1119,7 @@ public: @since 2.9.5 */ - virtual double GetMagnificationFactor() const; + virtual double GetContentScaleFactor() const; /** Returns the size of the left/right and top/bottom borders of this window in x -- 2.50.0