diff options
| author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2018-10-23 19:24:03 +0300 |
|---|---|---|
| committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2018-10-23 19:24:03 +0300 |
| commit | eaeb8605d078846576304028cb46a57081abe113 (patch) | |
| tree | 46564ad3821a896d9ebf60ce07eacedd543ee4a3 /indra/llwindow/llwindowmacosx.cpp | |
| parent | 6ce18422de822a195813e5daa890000e1556ac03 (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.cpp | 8 |
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); |
