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
7bfb9add
Commit
7bfb9add
authored
Oct 21, 2020
by
Aleix Pol Gonzalez
🐧
Committed by
Nate Graham
Nov 28, 2020
Browse files
xwl: No need to create createX11Source twice consecutively
(cherry picked from commit
0549c145
)
parent
99b29195
Changes
1
Hide whitespace changes
Inline
Side-by-side
xwl/clipboard.cpp
View file @
7bfb9add
...
...
@@ -140,12 +140,11 @@ void Clipboard::checkWlSource()
void
Clipboard
::
doHandleXfixesNotify
(
xcb_xfixes_selection_notify_event_t
*
event
)
{
createX11Source
(
nullptr
);
const
AbstractClient
*
client
=
workspace
()
->
activeClient
();
if
(
!
qobject_cast
<
const
X11Client
*>
(
client
))
{
// clipboard is only allowed to be acquired when Xwayland has focus
// TODO: can we make this stronger (window id comparison)?
createX11Source
(
nullptr
);
return
;
}
...
...
Write
Preview
Supports
Markdown
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