diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-03-19 16:03:36 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-03-19 16:03:36 (GMT) |
commit | 3e12d523ce4e2839bda0c1f709134cc6d3f507b3 (patch) | |
tree | 7d34bcf037ccb727f095afa3c493a2557d83c445 /src/gui/kernel/qwidget_p.h | |
parent | f9815142befe5fb312a6fea1dac43c33a3189145 (diff) | |
parent | c08eed6bec191364a31aecbf5cf33277c637bd7e (diff) | |
download | Qt-3e12d523ce4e2839bda0c1f709134cc6d3f507b3.zip Qt-3e12d523ce4e2839bda0c1f709134cc6d3f507b3.tar.gz Qt-3e12d523ce4e2839bda0c1f709134cc6d3f507b3.tar.bz2 |
Merge branch 4.7 into qt-master-from-4.7
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r-- | src/gui/kernel/qwidget_p.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h index dd9bb49..b4c4163 100644 --- a/src/gui/kernel/qwidget_p.h +++ b/src/gui/kernel/qwidget_p.h @@ -322,6 +322,11 @@ struct QWExtra { */ ZeroFill, + /** + * Blit backing store, propagating alpha channel into the framebuffer. + */ + BlitWriteAlpha, + Default = Blit }; |