aboutsummaryrefslogtreecommitdiff
path: root/xbmc/windowing/win10/WinSystemWin10.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/windowing/win10/WinSystemWin10.h')
-rw-r--r--xbmc/windowing/win10/WinSystemWin10.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xbmc/windowing/win10/WinSystemWin10.h b/xbmc/windowing/win10/WinSystemWin10.h
index c53fd01872..6b5be4bb4e 100644
--- a/xbmc/windowing/win10/WinSystemWin10.h
+++ b/xbmc/windowing/win10/WinSystemWin10.h
@@ -156,6 +156,10 @@ protected:
bool m_validSystemSdrPeakLuminance{false};
float m_systemSdrPeakLuminance{.0f};
+
+ DWORD m_uiThreadId{0};
+ HDR_STATUS m_cachedHdrStatus{HDR_STATUS::HDR_UNSUPPORTED};
+ bool m_cachedHasSystemSdrPeakLum{false};
};
#pragma pack(pop)