summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine_s60_p.h
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2010-02-15 16:23:23 +0100
committerJason Barron <jbarron@trolltech.com>2010-07-12 09:03:07 +0200
commit940930dd8102511e6890ed661cf3d2dd88c2e1f4 (patch)
tree2eaa62af9ff24eb0c45caa6c7d6f09274480b159 /src/gui/text/qfontengine_s60_p.h
parent4c392ee7f9f7445620269fbd3250a17a982e2369 (diff)
Enable cross-process glyph cache for OpenVG graphics system on Symbian.
This introduces a specialized OpenVG font cache for the Symbian platform. By using RGlyphDataIterator we can create a VGImage to store inside a VGFont without having to upload our own glyph image. This works by utilizing RSgImage which can be used to share handles to graphics memory across processes thus allowing glyph images to be shared by multiple processes and reducing graphics memory usage. Reviewed-by: Alessandro Portale
Diffstat (limited to 'src/gui/text/qfontengine_s60_p.h')
-rw-r--r--src/gui/text/qfontengine_s60_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontengine_s60_p.h b/src/gui/text/qfontengine_s60_p.h
index 9400d5515e..d65f13bbe5 100644
--- a/src/gui/text/qfontengine_s60_p.h
+++ b/src/gui/text/qfontengine_s60_p.h
@@ -54,7 +54,7 @@
//
#include "qconfig.h"
-#include "qfontengine_p.h"
+#include <private/qfontengine_p.h>
#include "qsize.h"
#include <openfont.h>