diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-11-24 15:05:13 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-24 15:05:13 -0800 |
commit | fb26dd779613ea088e44fd5d85044698cf782ede (patch) | |
tree | e2908fb32ccc3c9d3b48cece2759b072aff86a62 /indra/newview/llviewerwindow.h | |
parent | 07a396e3119af7dd3cd56f64e066c70f8aa1b5bd (diff) | |
parent | 9e2d78aca1fa96e96b4b324cabfb0efeb26f7397 (diff) |
Merge
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); |