summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowmacosx.h
diff options
context:
space:
mode:
authorruslantproductengine <ruslantproductengine@lindenlab.com>2019-01-14 19:07:00 +0200
committerruslantproductengine <ruslantproductengine@lindenlab.com>2019-01-14 19:07:00 +0200
commitf6bccd6f9eb62178f9f3d912114d12a84a9e42d6 (patch)
tree30e31c45ac961793ea0be08cfa85ca29d271f87c /indra/llwindow/llwindowmacosx.h
parent4f458882f4f29d441e1ba0ede1ab50aa389b2aaa (diff)
- remove getDeviceScaleFactor() and replace it to getSystemUISize() according Ansariel note
Diffstat (limited to 'indra/llwindow/llwindowmacosx.h')
-rw-r--r--indra/llwindow/llwindowmacosx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowmacosx.h b/indra/llwindow/llwindowmacosx.h
index fc5c9a0054..24651027e8 100644
--- a/indra/llwindow/llwindowmacosx.h
+++ b/indra/llwindow/llwindowmacosx.h
@@ -112,7 +112,7 @@ public:
/*virtual*/ void allowLanguageTextInput(LLPreeditor *preeditor, BOOL b);
/*virtual*/ void interruptLanguageTextInput();
/*virtual*/ void spawnWebBrowser(const std::string& escaped_url, bool async);
- /*virtual*/ F32 getDeviceScaleFactor();
+ /*virtual*/ F32 getSystemUISize();
static std::vector<std::string> getDynamicFallbackFontList();