mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-21 14:52:04 +00:00
[idd] helper: add setting for exclusive monitor (default: yes)
This commit is contained in:
@@ -53,4 +53,7 @@ public:
|
||||
|
||||
std::optional<bool> getNoGPU();
|
||||
LSTATUS setNoGPU(bool noGPU);
|
||||
|
||||
std::optional<bool> getExclusiveMonitor();
|
||||
LSTATUS setExclusiveMonitor(bool exclusive);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user