summaryrefslogtreecommitdiffstats
path: root/src/client/hardwareintegration/qwaylandserverbufferintegration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/hardwareintegration/qwaylandserverbufferintegration.cpp')
-rw-r--r--src/client/hardwareintegration/qwaylandserverbufferintegration.cpp15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/client/hardwareintegration/qwaylandserverbufferintegration.cpp b/src/client/hardwareintegration/qwaylandserverbufferintegration.cpp
index ee64624ad..6e3abe913 100644
--- a/src/client/hardwareintegration/qwaylandserverbufferintegration.cpp
+++ b/src/client/hardwareintegration/qwaylandserverbufferintegration.cpp
@@ -11,6 +11,16 @@ QWaylandServerBuffer::~QWaylandServerBuffer()
{
}
+QWaylandServerBuffer::Format QWaylandServerBuffer::format() const
+{
+ return m_format;
+}
+
+QSize QWaylandServerBuffer::size() const
+{
+ return m_size;
+}
+
void QWaylandServerBuffer::setUserData(void *userData)
{
m_user_data = userData;
@@ -21,11 +31,6 @@ void *QWaylandServerBuffer::userData() const
return m_user_data;
}
-QWaylandServerBuffer::Format QWaylandServerBuffer::format() const
-{
- return m_format;
-}
-
QWaylandServerBufferIntegration::QWaylandServerBufferIntegration()
{
}