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
Unmaintained
KDE Workspace
Commits
f215bfb5
Commit
f215bfb5
authored
Jul 28, 2013
by
Thomas Lübking
Browse files
write back unsupported (kwin-intel) unredirection
to have a minimal hint on "this does not work" REVIEW: 111772 CCBUG: 252817
parent
61c5a801
Changes
1
Hide whitespace changes
Inline
Side-by-side
kwin/options.cpp
View file @
f215bfb5
...
...
@@ -656,6 +656,9 @@ void Options::setUnredirectFullscreen(bool unredirectFullscreen)
if
(
m_unredirectFullscreen
==
unredirectFullscreen
)
{
return
;
}
if
(
GLPlatform
::
instance
()
->
driver
()
==
Driver_Intel
)
{
// write back the value
KConfigGroup
(
KGlobal
::
config
(),
"Compositing"
).
writeEntry
(
"UnredirectFullscreen"
,
false
);
}
m_unredirectFullscreen
=
unredirectFullscreen
;
emit
unredirectFullscreenChanged
();
}
...
...
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