From e6e606df3cbe6373e90c7bd82c419103f8243971 Mon Sep 17 00:00:00 2001 From: ruslantproductengine Date: Thu, 28 Sep 2017 14:32:29 +0300 Subject: MAINT-7666 [CEF] mouse cursor target is offset on login screen for high resolution screens --- indra/newview/llmediactrl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llmediactrl.h') 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); -- cgit v1.2.3