Adapt EglStream to KwaylandServer
This commit is contained in:
parent
28d5a4e73b
commit
bb138d7668
1 changed files with 0 additions and 4 deletions
|
@ -287,10 +287,6 @@ void EglStreamBackend::init()
|
|||
m_eglStreamControllerInterface = waylandServer()->display()->createEglStreamControllerInterface();
|
||||
connect(m_eglStreamControllerInterface, &EglStreamControllerInterface::streamConsumerAttached, this,
|
||||
&EglStreamBackend::attachStreamConsumer);
|
||||
m_eglStreamControllerInterface->create();
|
||||
if (!m_eglStreamControllerInterface->isValid()) {
|
||||
setFailed("failed to initialize wayland-eglstream-controller interface");
|
||||
}
|
||||
}
|
||||
|
||||
bool EglStreamBackend::initRenderingContext()
|
||||
|
|
Loading…
Reference in a new issue