From 707c724d611f6aae54c1490cb5f83cab228b92d4 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Sun, 4 Apr 2021 18:23:10 +0300 Subject: [PATCH] wayland: Adjust kwin to OutputInterface changes The new OutputInterface class has not create() method and it also works around the wl_global race condition. --- src/waylandoutput.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/waylandoutput.cpp b/src/waylandoutput.cpp index 2a48e33827..f4d4d626c4 100644 --- a/src/waylandoutput.cpp +++ b/src/waylandoutput.cpp @@ -103,7 +103,6 @@ WaylandOutput::WaylandOutput(AbstractWaylandOutput *output, QObject *parent) m_waylandOutput->addMode(mode.size, flags, mode.refreshRate); } - m_waylandOutput->create(); m_waylandOutput->done(); m_xdgOutputV1->done();