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
a0419fae
Commit
a0419fae
authored
Mar 11, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
Include implementation of declared method
parent
1a0020b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/surface_interface.cpp
View file @
a0419fae
...
...
@@ -1021,4 +1021,10 @@ QPointF SurfaceInterface::mapToChild(SurfaceInterface *child, const QPointF &poi
return
QPointF
();
}
QSize
SurfaceInterface
::
bufferSize
()
const
{
return
d
->
bufferSize
;
}
}
// namespace KWaylandServer
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