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/newview/llviewerwindow.h | |
parent | 6ce18422de822a195813e5daa890000e1556ac03 (diff) |
SL-9774 [Render] dragging active Second Life session to second monitor zooms in making viewer unusable
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 d8d420e6be..83ca18f85d 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -212,6 +212,7 @@ public: /*virtual*/ BOOL handleTimerEvent(LLWindow *window); /*virtual*/ BOOL handleDeviceChange(LLWindow *window); /*virtual*/ BOOL handleDPIChanged(LLWindow *window, F32 ui_scale_factor, S32 window_width, S32 window_height); + /*virtual*/ BOOL handleWindowDidChangeScreen(LLWindow *window); /*virtual*/ void handlePingWatchdog(LLWindow *window, const char * msg); /*virtual*/ void handlePauseWatchdog(LLWindow *window); |