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
a20f5db5
Commit
a20f5db5
authored
Mar 20, 2020
by
Aleix Pol Gonzalez
🐧
Browse files
Fix testTabletInterface
parent
d4dad00b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/server/tablet_interface.cpp
View file @
a20f5db5
...
...
@@ -155,6 +155,9 @@ public:
wl_resource
*
targetResource
()
{
if
(
!
m_surface
)
return
nullptr
;
ClientConnection
*
client
=
m_surface
->
client
();
const
Resource
*
r
=
resourceMap
().
value
(
*
client
);
return
r
?
r
->
handle
:
nullptr
;
...
...
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