summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowwin32.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-01-03 21:20:38 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-05-05 18:30:33 +0300
commit6e6e105f01726208d60c060c4de653cd15470db3 (patch)
tree8e11d157c03084bff31f2cc35648547556ac8bfa /indra/llwindow/llwindowwin32.h
parent89512d44f82dcb9679067bb2303acc40b7b43951 (diff)
#3317 Fix full screen issue with Windows 11 24H2
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rw-r--r--indra/llwindow/llwindowwin32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h
index 36e89e4586..561f07d388 100644
--- a/indra/llwindow/llwindowwin32.h
+++ b/indra/llwindow/llwindowwin32.h
@@ -150,7 +150,7 @@ protected:
virtual LLSD getNativeKeyData();
// Changes display resolution. Returns true if successful
- bool setDisplayResolution(S32 width, S32 height, S32 bits, S32 refresh);
+ bool setDisplayResolution(S32 width, S32 height, S32 refresh);
// Go back to last fullscreen display resolution.
bool setFullscreenResolution();