summaryrefslogtreecommitdiffstats
path: root/src/compositor/hardware_integration
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-05-08 12:41:30 +0300
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-05-09 09:12:45 +0200
commit9d7ef928ce0febdcee3cb4327b7f4fc559d3aba1 (patch)
tree4c25918fca8fc4a2259c89708eabd328e264d5aa /src/compositor/hardware_integration
parent675b41de61ff9e58f16725eba8ef04861039acf1 (diff)
Update to wayland head
Change-Id: Ie012861bc40e3bc448d85c9d8c27f798434020ed Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/compositor/hardware_integration')
-rw-r--r--src/compositor/hardware_integration/xcomposite_share/xcompositebuffer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compositor/hardware_integration/xcomposite_share/xcompositebuffer.cpp b/src/compositor/hardware_integration/xcomposite_share/xcompositebuffer.cpp
index 29f6ceb13..55bf9b053 100644
--- a/src/compositor/hardware_integration/xcomposite_share/xcompositebuffer.cpp
+++ b/src/compositor/hardware_integration/xcomposite_share/xcompositebuffer.cpp
@@ -44,6 +44,7 @@ XCompositeBuffer::XCompositeBuffer(Wayland::Compositor *compositor, Window windo
: mWindow(window)
, mInvertedY(false)
{
+ Q_UNUSED(compositor);
base()->height = size.height();
base()->width = size.width();
}