diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-03-07 12:55:27 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-03-07 12:55:27 (GMT) |
commit | 2e5edf27acc6eb522d4036de9f82896228887d55 (patch) | |
tree | bf7019bbdc7f128b3c2adf7b2235c8f1b3ee800f /src/plugins/graphicssystems/meego/qmeegographicssystem.cpp | |
parent | dda11ee48e323f4f4c6490822aa8921d5d6e3e69 (diff) | |
parent | d55aa14630bbb4130017f38177b20c850d556371 (diff) | |
download | Qt-2e5edf27acc6eb522d4036de9f82896228887d55.zip Qt-2e5edf27acc6eb522d4036de9f82896228887d55.tar.gz Qt-2e5edf27acc6eb522d4036de9f82896228887d55.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Invalidate the EGL surface of QMeeGoLivePixmapData when switching to Raster
Diffstat (limited to 'src/plugins/graphicssystems/meego/qmeegographicssystem.cpp')
-rw-r--r-- | src/plugins/graphicssystems/meego/qmeegographicssystem.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/graphicssystems/meego/qmeegographicssystem.cpp b/src/plugins/graphicssystems/meego/qmeegographicssystem.cpp index 6b8d2b3..13eab7f 100644 --- a/src/plugins/graphicssystems/meego/qmeegographicssystem.cpp +++ b/src/plugins/graphicssystems/meego/qmeegographicssystem.cpp @@ -335,3 +335,8 @@ void qt_meego_destroy_fence_sync(void* fs) { return QMeeGoGraphicsSystem::destroyFenceSync(fs); } + +void qt_meego_invalidate_live_surfaces(void) +{ + return QMeeGoLivePixmapData::invalidateSurfaces(); +} |