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
55f0ccc0
Commit
55f0ccc0
authored
Apr 29, 2022
by
Vlad Zahorodnii
Browse files
plugins/screencast: Avoid Window::addRepaintFull()
It will be dropped.
parent
aa432e59
Pipeline
#169840
passed with stage
in 12 minutes and 30 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/screencast/screencastmanager.cpp
View file @
55f0ccc0
...
...
@@ -59,7 +59,7 @@ private:
connect
(
m_window
,
&
Window
::
damaged
,
this
,
&
WindowStream
::
includeDamage
);
m_damagedRegion
=
m_window
->
visibleGeometry
();
m_window
->
add
Repaint
Full
();
m_window
->
output
()
->
renderLoop
()
->
schedule
Repaint
();
}
void
stopFeeding
()
...
...
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