[idd] helper: add setting for exclusive monitor (default: yes)

This commit is contained in:
Quantum
2026-07-18 14:36:08 -04:00
committed by Geoffrey McRae
parent 7114d6f049
commit 6c623afc91
2 changed files with 26 additions and 0 deletions

View File

@@ -53,4 +53,7 @@ public:
std::optional<bool> getNoGPU();
LSTATUS setNoGPU(bool noGPU);
std::optional<bool> getExclusiveMonitor();
LSTATUS setExclusiveMonitor(bool exclusive);
};