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:
parent
c27230719c
commit
707c724d61
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue