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
c57270fa
Commit
c57270fa
authored
Jul 15, 2020
by
Aleix Pol Gonzalez
🐧
Browse files
Update surface_interface.cpp
parent
df941363
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/surface_interface.cpp
View file @
c57270fa
...
...
@@ -391,7 +391,7 @@ SurfaceInterface::SurfaceInterface(CompositorInterface *compositor, wl_resource
{
d
->
compositor
=
compositor
;
d
->
init
(
resource
);
d
->
client
=
compositor
->
display
()
->
getConnection
(
d
->
resource
()
->
client
());
d
->
client
=
compositor
->
display
()
->
getConnection
(
d
->
resource
()
->
client
());
}
SurfaceInterface
::~
SurfaceInterface
()
...
...
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