summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerwin32.h
diff options
context:
space:
mode:
authorHecklezz <tj8@live.com.au>2025-05-05 19:46:35 +1000
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-05-05 20:27:31 +0300
commitefdb86dcbb467232803c370a635c2bf12729361f (patch)
treee598246b55c3bce0e912a8a7ec858a8e44b433aa /indra/newview/llappviewerwin32.h
parent6e6e105f01726208d60c060c4de653cd15470db3 (diff)
Fixes fullscreen mode in Windows 11 24H2
Diffstat (limited to 'indra/newview/llappviewerwin32.h')
-rw-r--r--indra/newview/llappviewerwin32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewerwin32.h b/indra/newview/llappviewerwin32.h
index 250e72edf3..3fad53ec72 100644
--- a/indra/newview/llappviewerwin32.h
+++ b/indra/newview/llappviewerwin32.h
@@ -46,6 +46,7 @@ public:
bool reportCrashToBugsplat(void* pExcepInfo) override;
protected:
+ bool initWindow() override; // Override to initialize the viewer's window.
void initLoggingAndGetLastDuration() override; // Override to clean stack_trace info.
void initConsole() override; // Initialize OS level debugging console.
bool initHardwareTest() override; // Win32 uses DX9 to test hardware.