diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-01-03 21:20:38 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-05-05 18:30:33 +0300 |
| commit | 6e6e105f01726208d60c060c4de653cd15470db3 (patch) | |
| tree | 8e11d157c03084bff31f2cc35648547556ac8bfa /indra/llwindow/llwindow.h | |
| parent | 89512d44f82dcb9679067bb2303acc40b7b43951 (diff) | |
#3317 Fix full screen issue with Windows 11 24H2
Diffstat (limited to 'indra/llwindow/llwindow.h')
| -rw-r--r-- | indra/llwindow/llwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llwindow/llwindow.h b/indra/llwindow/llwindow.h index 5e06e665f3..151028113a 100644 --- a/indra/llwindow/llwindow.h +++ b/indra/llwindow/llwindow.h @@ -223,7 +223,6 @@ protected: bool mFullscreen; S32 mFullscreenWidth; S32 mFullscreenHeight; - S32 mFullscreenBits; S32 mFullscreenRefresh; LLWindowResolution* mSupportedResolutions; S32 mNumSupportedResolutions; |
