mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-02 22:28:14 +00:00
[idd] helper: implement registry storage for default refresh
This commit is contained in:
@@ -26,4 +26,7 @@ public:
|
||||
|
||||
std::optional<std::vector<DisplayMode>> getModes();
|
||||
LSTATUS setModes(const std::vector<DisplayMode> &modes);
|
||||
|
||||
std::optional<DWORD> getDefaultRefresh();
|
||||
LSTATUS setDefaultRefresh(DWORD refresh);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user