summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qqnxwindow.h
diff options
context:
space:
mode:
authorThomas McGuire <thomas.mcguire.qnx@kdab.com>2012-07-11 14:34:33 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-12 11:25:58 +0200
commit7ad4ea0fdc61518bc9206d3aafddf184523010d4 (patch)
tree6f86a80d56cd5cb34a4ed6ea50a7b8c9793c772b /src/plugins/platforms/qnx/qqnxwindow.h
parent2b2f5895edd621f8e126de95416f8e6f99211753 (diff)
QNX: Rename copyBack() to blitPreviousToCurrent()
Change-Id: I12cff8f4533f9a257b85d2a2db6ee3ef4a0c9751 Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/plugins/platforms/qnx/qqnxwindow.h')
-rw-r--r--src/plugins/platforms/qnx/qqnxwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/platforms/qnx/qqnxwindow.h b/src/plugins/platforms/qnx/qqnxwindow.h
index 5c72397189..54d54fb5b2 100644
--- a/src/plugins/platforms/qnx/qqnxwindow.h
+++ b/src/plugins/platforms/qnx/qqnxwindow.h
@@ -122,7 +122,9 @@ private:
void fetchBuffers();
- void copyBack(const QRegion &region, int dx, int dy, bool flush=false);
+ // Copies content from the previous buffer (back buffer) to the current buffer (front buffer)
+ void blitPreviousToCurrent(const QRegion &region, int dx, int dy, bool flush=false);
+
void blitHelper(QQnxBuffer &source, QQnxBuffer &target, const QPoint &sourceOffset,
const QPoint &targetOffset, const QRegion &region, bool flush = false);