From 6a7471c633a77c3c5091e58b26bc93701961f89b Mon Sep 17 00:00:00 2001 From: Harald Fernengel Date: Wed, 24 Feb 2010 14:14:50 +0100 Subject: enforce native graphics system to work around a bug in the composition manager --- debian/changelog | 6 ++++++ qt-homescreen-example/main.cpp | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index ce70308..ca08ed0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qt4-maemo5-homescreen (4.6.2~git20100224-5maemo1) unstable; urgency=low + + * Force native paint system + + -- Qt Development Frameworks Wed, 24 Feb 2010 14:29:01 +0200 + qt4-maemo5-homescreen (4.6.2~git20100224-4maemo1) unstable; urgency=low * Fix dependencies diff --git a/qt-homescreen-example/main.cpp b/qt-homescreen-example/main.cpp index 56d10b3..9f6b332 100644 --- a/qt-homescreen-example/main.cpp +++ b/qt-homescreen-example/main.cpp @@ -46,6 +46,10 @@ int main(int argc, char *argv[]) { + // enforce native graphics system for now due to a bug in Maemo's composition + // manager + QApplication::setGraphicsSystem("native"); + QApplication app(argc, argv); TestWidget w; -- cgit v1.2.3