diff --git a/src/wayland/surface_interface.cpp b/src/wayland/surface_interface.cpp index 4e22a85cd6..1f23af4be5 100644 --- a/src/wayland/surface_interface.cpp +++ b/src/wayland/surface_interface.cpp @@ -1021,4 +1021,10 @@ QPointF SurfaceInterface::mapToChild(SurfaceInterface *child, const QPointF &poi return QPointF(); } + +QSize SurfaceInterface::bufferSize() const +{ + return d->bufferSize; +} + } // namespace KWaylandServer