Merge branch 'master' into idd-no-gpu-warn

This commit is contained in:
Geoffrey McRae
2026-06-03 21:35:08 +10:00
committed by GitHub
12 changed files with 75 additions and 15 deletions

View File

@@ -44,6 +44,7 @@ public:
LSTATUS open();
bool isOpen() { return !!hKey; }
std::vector<DisplayMode> getDefaultModes();
std::optional<std::vector<DisplayMode>> getModes();
LSTATUS setModes(const std::vector<DisplayMode> &modes);