diff options
author | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-04-27 13:02:32 (GMT) |
---|---|---|
committer | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-04-27 13:43:31 (GMT) |
commit | d45ec470519d1075ebf299b74cbb846a0c7d99af (patch) | |
tree | 8c20e535f97ed669e0553e7aa2f9cb4a03965a82 /src/s60installs/eabi | |
parent | 4a1ae3d1b4e8e032b1c978fcc7e1812e37e1f047 (diff) | |
download | Qt-d45ec470519d1075ebf299b74cbb846a0c7d99af.zip Qt-d45ec470519d1075ebf299b74cbb846a0c7d99af.tar.gz Qt-d45ec470519d1075ebf299b74cbb846a0c7d99af.tar.bz2 |
Upload VGImage data when drawing pixmaps that are being painted into.
When a painter is open on a pixmap's underlying QVolatileImage, it is
better to upload the VGImage content every time the pixmap is drawn
on the screen, in order to enable showing animations that are created
by continously rendering into the same pixmap and keeping the same
painter open.
Task-number: QT-4002
Reviewed-by: Jason Barron
Diffstat (limited to 'src/s60installs/eabi')
-rw-r--r-- | src/s60installs/eabi/QtGuiu.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s60installs/eabi/QtGuiu.def b/src/s60installs/eabi/QtGuiu.def index b6a24ab..82ded24 100644 --- a/src/s60installs/eabi/QtGuiu.def +++ b/src/s60installs/eabi/QtGuiu.def @@ -12182,4 +12182,5 @@ EXPORTS _ZNK14QVolatileImage9constBitsEv @ 12181 NONAME _ZN15QGraphicsSystem22releaseCachedResourcesEv @ 12182 NONAME _Z32qt_s60_setPartialScreenInputModeb @ 12183 NONAME + _ZNK14QVolatileImage14paintingActiveEv @ 12184 NONAME |