summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowmacosx.cpp
diff options
context:
space:
mode:
authorruslantproductengine <ruslantproductengine@lindenlab.com>2018-10-23 19:24:03 +0300
committerruslantproductengine <ruslantproductengine@lindenlab.com>2018-10-23 19:24:03 +0300
commiteaeb8605d078846576304028cb46a57081abe113 (patch)
tree46564ad3821a896d9ebf60ce07eacedd543ee4a3 /indra/llwindow/llwindowmacosx.cpp
parent6ce18422de822a195813e5daa890000e1556ac03 (diff)
SL-9774 [Render] dragging active Second Life session to second monitor zooms in making viewer unusable
Diffstat (limited to 'indra/llwindow/llwindowmacosx.cpp')
-rw-r--r--indra/llwindow/llwindowmacosx.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowmacosx.cpp b/indra/llwindow/llwindowmacosx.cpp
index b02b77ffbd..376b8610b5 100644
--- a/indra/llwindow/llwindowmacosx.cpp
+++ b/indra/llwindow/llwindowmacosx.cpp
@@ -400,6 +400,14 @@ void callWindowUnhide()
}
}
+void callWindowDidChangeScreen()
+{
+ if ( gWindowImplementation && gWindowImplementation->getCallbacks() )
+ {
+ gWindowImplementation->getCallbacks()->handleWindowDidChangeScreen(gWindowImplementation);
+ }
+}
+
void callDeltaUpdate(float *delta, MASK mask)
{
gWindowImplementation->updateMouseDeltas(delta);