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
KWayland Server
Commits
ce9c5768
Commit
ce9c5768
authored
Mar 11, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
Include implementation of declared method
parent
34056bcf
Pipeline
#53827
passed with stage
in 7 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/server/surface_interface.cpp
View file @
ce9c5768
...
...
@@ -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
.
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