Correlate KMS output to wayland xdg-output

This commit is contained in:
Loki
2021-08-31 20:46:50 +02:00
parent 06a1119512
commit 7c51fbfd18
4 changed files with 325 additions and 58 deletions

View File

@@ -175,7 +175,9 @@ private:
display_internal_t display_internal;
};
void test();
std::vector<std::unique_ptr<monitor_t>> monitors(const char *display_name = nullptr);
int init();
} // namespace wl
#endif