diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-02-09 15:58:28 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-02-10 23:18:33 +0200 |
commit | bc84cb02a2f324792deca766a4179d028473a282 (patch) | |
tree | ecb69efebcc67e9b88c0f9edddb5ed973290d5da /indra/newview/llviewerwindow.h | |
parent | 3a251b1b9e753589dd12e25236e77275c9010566 (diff) |
#3332 Issues with text buffer updates
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 1b995ea650..fbc2c58fbf 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -225,6 +225,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 handleDisplayChanged(); /*virtual*/ bool handleWindowDidChangeScreen(LLWindow *window); /*virtual*/ void handlePingWatchdog(LLWindow *window, const char * msg); |