summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/directfb
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-02-04 09:50:23 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-02-04 09:50:23 (GMT)
commit97c2332504a45eabec12517a123a65b41d9af9fb (patch)
tree82666e539eb93f9a671ed8f0a527260a07805bd5 /src/plugins/gfxdrivers/directfb
parent2ac3bffd816d9fbe9646b6126b4a882f391b466f (diff)
parent47b7af3bfd78c6d4efd3ce93be275a60430679d2 (diff)
downloadQt-97c2332504a45eabec12517a123a65b41d9af9fb.zip
Qt-97c2332504a45eabec12517a123a65b41d9af9fb.tar.gz
Qt-97c2332504a45eabec12517a123a65b41d9af9fb.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into qstatictext-4.6
Diffstat (limited to 'src/plugins/gfxdrivers/directfb')
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp b/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp
index 6b251c7..cd4d5c2 100644
--- a/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp
+++ b/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp
@@ -921,7 +921,7 @@ void QDirectFBScreenPrivate::setFlipFlags(const QStringList &args)
qPrintable(flip));
}
} else {
- flipFlags = DSFLIP_BLIT;
+ flipFlags = DSFLIP_BLIT|DSFLIP_ONSYNC;
}
}