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:
@@ -32,7 +32,7 @@ class CSettings
|
||||
{
|
||||
unsigned width;
|
||||
unsigned height;
|
||||
unsigned refreshMilliHz;
|
||||
unsigned refresh100uHz;
|
||||
bool preferred;
|
||||
bool extraMode;
|
||||
};
|
||||
@@ -44,7 +44,7 @@ class CSettings
|
||||
TransportInstances LoadTransportInstances() const;
|
||||
bool SetExtraMode(const DisplayMode & mode);
|
||||
bool GetExtraMode(DisplayMode & mode);
|
||||
unsigned GetDefaultRefreshMilliHz() const;
|
||||
unsigned GetDefaultRefresh100uHz() const;
|
||||
|
||||
std::wstring ReadStringValue(const wchar_t* name, const wchar_t* defaultValue = nullptr);
|
||||
static bool ReadBoolValue(
|
||||
|
||||
Reference in New Issue
Block a user