diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2019-01-14 19:07:00 +0200 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2019-01-14 19:07:00 +0200 |
commit | f6bccd6f9eb62178f9f3d912114d12a84a9e42d6 (patch) | |
tree | 30e31c45ac961793ea0be08cfa85ca29d271f87c /indra/llwindow/llwindowmacosx.h | |
parent | 4f458882f4f29d441e1ba0ede1ab50aa389b2aaa (diff) |
- remove getDeviceScaleFactor() and replace it to getSystemUISize() according Ansariel note
Diffstat (limited to 'indra/llwindow/llwindowmacosx.h')
-rw-r--r-- | indra/llwindow/llwindowmacosx.h | 2 |
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(); |