summaryrefslogtreecommitdiffstats
path: root/src/gui/embedded
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-04-14 08:14:40 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-04-14 08:14:40 (GMT)
commit62cd360b3f2ef9e9787359a9105fd805b721b49f (patch)
tree8bb7dd87f0914d59d94d688c32e9244ebb79cbad /src/gui/embedded
parent4af9cc043370846c52ec21cf874696ee650394c1 (diff)
parent0dbd8f1b0a6df20e5502bb35e58490a9f99953a7 (diff)
downloadQt-62cd360b3f2ef9e9787359a9105fd805b721b49f.zip
Qt-62cd360b3f2ef9e9787359a9105fd805b721b49f.tar.gz
Qt-62cd360b3f2ef9e9787359a9105fd805b721b49f.tar.bz2
Merge remote branch 'origin/4.6' into qt-4.7-from-4.6
Conflicts: src/script/api/qscriptengine.cpp
Diffstat (limited to 'src/gui/embedded')
-rw-r--r--src/gui/embedded/qscreenqnx_qws.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/embedded/qscreenqnx_qws.cpp b/src/gui/embedded/qscreenqnx_qws.cpp
index 705db7e..a0a697f 100644
--- a/src/gui/embedded/qscreenqnx_qws.cpp
+++ b/src/gui/embedded/qscreenqnx_qws.cpp
@@ -205,7 +205,7 @@ static bool createMemSurface(QQnxScreenContext * const d, int w, int h)
int ret = gf_surface_create(&d->memSurface, d->device, w, h,
GF_FORMAT_ARGB8888, 0,
GF_SURFACE_CREATE_CPU_FAST_ACCESS | GF_SURFACE_CREATE_CPU_LINEAR_ACCESSIBLE
- | GF_SURFACE_PHYS_CONTIG);
+ | GF_SURFACE_PHYS_CONTIG | GF_SURFACE_CREATE_SHAREABLE);
if (ret != GF_ERR_OK) {
qWarning("QQnxScreen: gf_surface_create(%dx%d) failed with error code %d",
w, h, ret);