mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-06-05 06:14:25 +00:00
[idd] driver: CSettings minor refactor
This commit is contained in:
committed by
Geoffrey McRae
parent
fc6a728bb7
commit
19f75dc045
@@ -44,6 +44,7 @@ class CSettings
|
||||
|
||||
private:
|
||||
DisplayModes m_displayModes;
|
||||
std::wstring ReadStringValue(const wchar_t* name, const wchar_t* default);
|
||||
|
||||
bool ReadModesValue(std::vector<std::wstring> &out) const;
|
||||
bool ParseModeString(const std::wstring& in, DisplayMode& out);
|
||||
|
||||
Reference in New Issue
Block a user