summaryrefslogtreecommitdiff
path: root/src/mtexturepixmapitem_glx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtexturepixmapitem_glx.cpp')
-rw-r--r--src/mtexturepixmapitem_glx.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mtexturepixmapitem_glx.cpp b/src/mtexturepixmapitem_glx.cpp
index 0129a31..c2551a5 100644
--- a/src/mtexturepixmapitem_glx.cpp
+++ b/src/mtexturepixmapitem_glx.cpp
@@ -273,7 +273,8 @@ void MTexturePixmapItem::cleanup()
XFreePixmap(QX11Info::display(), d->windowp);
}
-void MTexturePixmapItem::updateWindowPixmap(XRectangle *rects, int num)
+void MTexturePixmapItem::updateWindowPixmap(XRectangle *rects, int num,
+ Time when)
{
Q_UNUSED(rects);
Q_UNUSED(num);