2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 07:05:13 +00:00

Check for xdg-decoration protocol support on Wayland

This commit is contained in:
Ilya Fedin
2021-01-02 05:06:11 +04:00
committed by John Preston
parent b9acea9cef
commit 99af2a7058
9 changed files with 172 additions and 6 deletions

View File

@@ -1226,6 +1226,11 @@ void start() {
Libs::start();
MainWindow::LibsLoaded();
// wait for interface announce to know if native window frame is supported
if (const auto waylandIntegration = WaylandIntegration::Instance()) {
waylandIntegration->waitForInterfaceAnnounce();
}
}
void finish() {