summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandwindow.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-06-23 14:30:04 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2011-06-23 14:30:22 +0200
commit3758102901d5c0413d52707c93fc6b2ee023262b (patch)
tree9d03eb01c004fd63dd428489f20ce553b6d49afe /src/plugins/platforms/wayland/qwaylandwindow.h
parent365fa4e41a356fbeb27deb513773c08c0252ea5e (diff)
Make sure to call damage on the buffer when we damage it
Diffstat (limited to 'src/plugins/platforms/wayland/qwaylandwindow.h')
-rw-r--r--src/plugins/platforms/wayland/qwaylandwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandwindow.h b/src/plugins/platforms/wayland/qwaylandwindow.h
index ca9f4b14d..4f1e2c818 100644
--- a/src/plugins/platforms/wayland/qwaylandwindow.h
+++ b/src/plugins/platforms/wayland/qwaylandwindow.h
@@ -71,7 +71,7 @@ public:
int32_t x, int32_t y, int32_t width, int32_t height);
void attach(QWaylandBuffer *buffer);
- void damage(const QRegion &region);
+ void damage(const QRect &rect);
void waitForFrameSync();