diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-24 13:28:14 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-24 13:28:14 +0200 |
commit | c4a10e9a53bd8f55b63b28783fa3758c21f6a122 (patch) | |
tree | 1982ad92cfb657c27f00cb54d058a96c6d897667 /indra/newview/llviewerwindow.h | |
parent | 96199e2d90eb5c8c5da04ab40b3c41ca3fd5eddc (diff) |
fixed EXT-2684 "Notification toasts position is incorrect"
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r-- | indra/newview/llviewerwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index 517993182b..747fd3b253 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -391,6 +391,7 @@ public: F32 getWorldViewAspectRatio() const; const LLVector2& getDisplayScale() const { return mDisplayScale; } void calcDisplayScale(); + static LLRect calcScaledRect(const LLRect & rect, const LLVector2& display_scale); private: bool shouldShowToolTipFor(LLMouseHandler *mh); |