[idd] helper: hook up exclusive monitor toggle to registry

This commit is contained in:
Quantum
2026-07-18 14:51:08 -04:00
committed by Geoffrey McRae
parent 1eb88b3d1e
commit f3d5c7e185
2 changed files with 11 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ class CConfigWindow : public CWindow
std::optional<std::vector<DisplayMode>> m_modes;
std::optional<DWORD> m_defaultRefresh;
std::optional<bool> m_noGPU;
std::optional<bool> m_exclusive;
void getMinimumSize(LONG &width, LONG &height);
void updateFont();