diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-09-09 07:27:14 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-09-09 12:28:41 +0800 |
commit | 12743eca6958b897d7eb3f0cf791ad8ada3fc790 (patch) | |
tree | b785e705d8dac3cf3b2de36b04b6d0ab1f604d56 /indra/llwindow/llwindowmacosx.cpp | |
parent | 4568096b3078d2d8980646f5b0b2f93762eb1caa (diff) | |
parent | ccf0114f36968d6cf6dfb11e1c5a035406314924 (diff) |
Merge remote-tracking branch 'mobserveur/experimental2'
Diffstat (limited to 'indra/llwindow/llwindowmacosx.cpp')
-rw-r--r-- | indra/llwindow/llwindowmacosx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowmacosx.cpp b/indra/llwindow/llwindowmacosx.cpp index c97e014e46..3aca4660f3 100644 --- a/indra/llwindow/llwindowmacosx.cpp +++ b/indra/llwindow/llwindowmacosx.cpp @@ -38,7 +38,6 @@ #include "lldir.h" #include "indra_constants.h" - #include <OpenGL/OpenGL.h> #include <Carbon/Carbon.h> #include <CoreServices/CoreServices.h> @@ -53,6 +52,7 @@ extern bool gDebugWindowProc; bool gHiDPISupport = true; +bool gHDRDisplaySupport = false; const S32 BITS_PER_PIXEL = 32; const S32 MAX_NUM_RESOLUTIONS = 32; |