wayland: Adjust kwin to OutputInterface changes

The new OutputInterface class has not create() method and it also works
around the wl_global race condition.
This commit is contained in:
Vlad Zahorodnii 2021-04-04 18:23:10 +03:00
parent c27230719c
commit 707c724d61

View file

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