mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 08:41:31 +00:00
[idd] config: reload persisted display modes
Rebuild the driver's cached mode list before replugging the monitor so Windows enumerates the settings saved by the helper. Keep saved mode refresh rates intact and update only ExtraMode to the configured default refresh.
This commit is contained in:
@@ -39,7 +39,7 @@ class CSettings
|
||||
CSettings();
|
||||
|
||||
DisplayModes LoadModes();
|
||||
void SetExtraMode(const DisplayMode & mode);
|
||||
bool SetExtraMode(const DisplayMode & mode);
|
||||
bool GetExtraMode(DisplayMode & mode);
|
||||
unsigned GetDefaultRefresh() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user