summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_p.h
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-03-19 03:38:07 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-03-19 03:38:07 (GMT)
commitc08eed6bec191364a31aecbf5cf33277c637bd7e (patch)
tree4f8294362daddba008feed41d122aa6556e1ed9d /src/gui/kernel/qwidget_p.h
parent9e937ab81ca069d18d04b3192bc48b22a8cc5308 (diff)
parent31514ab488c610056973318f5a950d925155d480 (diff)
downloadQt-c08eed6bec191364a31aecbf5cf33277c637bd7e.zip
Qt-c08eed6bec191364a31aecbf5cf33277c637bd7e.tar.gz
Qt-c08eed6bec191364a31aecbf5cf33277c637bd7e.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Add flag for forcibly propagating backing store alpha to framebuffer Fixed unmatched quotes in s60installs.pro
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r--src/gui/kernel/qwidget_p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h
index 5235dc4..13e2349 100644
--- a/src/gui/kernel/qwidget_p.h
+++ b/src/gui/kernel/qwidget_p.h
@@ -315,6 +315,11 @@ struct QWExtra {
*/
ZeroFill,
+ /**
+ * Blit backing store, propagating alpha channel into the framebuffer.
+ */
+ BlitWriteAlpha,
+
Default = Blit
};