From 0f49ebb4c21007f62055c3390fe925a7d4d6b34c Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Wed, 11 Jul 2012 16:41:32 +0200 Subject: QNX: Fix flushing the backing store to non-owner windows Multiple windows can share the same backing store, which we did not take into account. Don't ignore the window parameter in flush() to fix that. Change-Id: I4f98bba34d4da9134163e478cb78cab4ca0358d2 Reviewed-by: Rafael Roquetto Reviewed-by: Marc Mutz Reviewed-by: Kevin Krammer Reviewed-by: Giuseppe D'Angelo --- src/plugins/platforms/qnx/qqnxrasterbackingstore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/platforms/qnx/qqnxrasterbackingstore.h') diff --git a/src/plugins/platforms/qnx/qqnxrasterbackingstore.h b/src/plugins/platforms/qnx/qqnxrasterbackingstore.h index 6a559492e1..cbe9dc49c4 100644 --- a/src/plugins/platforms/qnx/qqnxrasterbackingstore.h +++ b/src/plugins/platforms/qnx/qqnxrasterbackingstore.h @@ -74,6 +74,7 @@ private: QQnxWindow *m_platformWindow; QList m_scrollOpList; + bool m_hasUnflushedPaintOperations; }; QT_END_NAMESPACE -- cgit v1.2.3