summaryrefslogtreecommitdiff
path: root/indra/newview/llmediactrl.h
diff options
context:
space:
mode:
authorRuslan Teliuk <ruslantproductengine@lindenlab.com>2017-10-02 11:53:03 +0000
committerRuslan Teliuk <ruslantproductengine@lindenlab.com>2017-10-02 11:53:03 +0000
commit878b31ea2b227b861ce1bd76f5b24f6e93b76f4e (patch)
treeb3c5166d29c818925aa4b00e508373900ad4b0de /indra/newview/llmediactrl.h
parentf7b4b1fe2a4fde0bcb392f64656a5be53d99adb8 (diff)
parente6e606df3cbe6373e90c7bd82c419103f8243971 (diff)
MAINT-7666 [CEF] mouse cursor target is offset on login screen for high resolution screens
Diffstat (limited to 'indra/newview/llmediactrl.h')
-rw-r--r--indra/newview/llmediactrl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llmediactrl.h b/indra/newview/llmediactrl.h
index 125a67e23e..11400c8274 100644
--- a/indra/newview/llmediactrl.h
+++ b/indra/newview/llmediactrl.h
@@ -181,6 +181,9 @@ public:
protected:
void convertInputCoords(S32& x, S32& y);
+ private:
+ void calcOffsetsAndSize(S32 *x_offset, S32 *y_offset, S32 *width, S32 *height);
+
private:
void onVisibilityChanged ( const LLSD& new_visibility );
void onPopup(const LLSD& notification, const LLSD& response);