Skip to content
GitLab
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
ba4dbab4
Commit
ba4dbab4
authored
Nov 24, 2020
by
Bhushan Shah
📱
Browse files
minor: fix coding style in abstract_egl_backend
parent
870679e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
platformsupport/scenes/opengl/abstract_egl_backend.cpp
View file @
ba4dbab4
...
...
@@ -181,8 +181,9 @@ void AbstractEglBackend::initBufferAge()
if
(
hasExtension
(
QByteArrayLiteral
(
"EGL_EXT_buffer_age"
)))
{
const
QByteArray
useBufferAge
=
qgetenv
(
"KWIN_USE_BUFFER_AGE"
);
if
(
useBufferAge
!=
"0"
)
if
(
useBufferAge
!=
"0"
)
{
setSupportsBufferAge
(
true
);
}
}
if
(
hasExtension
(
QByteArrayLiteral
(
"EGL_KHR_partial_update"
)))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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