Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
44c456cf
Commit
44c456cf
authored
Oct 15, 2021
by
Xaver Hugl
Browse files
platforms/drm: set draw buffer for gbm
(cherry picked from commit
d257850b
)
parent
aa8c9ffc
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/platforms/drm/egl_gbm_backend.cpp
View file @
44c456cf
...
...
@@ -365,6 +365,7 @@ bool EglGbmBackend::makeContextCurrent(const Output::RenderData &render) const
qCCritical
(
KWIN_DRM
)
<<
"eglMakeCurrent failed:"
<<
getEglErrorString
();
return
false
;
}
glDrawBuffer
(
GL_BACK
);
return
true
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment