mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +00:00
[idd] config: retain four-decimal refresh rates
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
struct DisplayMode {
|
||||
unsigned width;
|
||||
unsigned height;
|
||||
unsigned refreshMilliHz;
|
||||
unsigned refresh100uHz;
|
||||
bool preferred;
|
||||
|
||||
std::wstring toString();
|
||||
@@ -49,7 +49,7 @@ public:
|
||||
LSTATUS setModes(const std::vector<DisplayMode> &modes);
|
||||
|
||||
std::optional<DWORD> getDefaultRefresh();
|
||||
LSTATUS setDefaultRefresh(DWORD refreshMilliHz);
|
||||
LSTATUS setDefaultRefresh(DWORD refresh100uHz);
|
||||
|
||||
std::optional<bool> getNoGPU();
|
||||
LSTATUS setNoGPU(bool noGPU);
|
||||
|
||||
Reference in New Issue
Block a user