[idd] helper: implement registry storage for default refresh

This commit is contained in:
Quantum
2025-11-15 04:34:54 -05:00
committed by Geoffrey McRae
parent 0983e50f4d
commit c8de7b27fd
2 changed files with 27 additions and 0 deletions

View File

@@ -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);
};