summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-06-10 15:48:36 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-06-10 15:48:36 (GMT)
commit700a4826cf6bd755df000cb16c259343efb695cd (patch)
tree69b19857c352891dd05b35ddf54b997634442379 /src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h
parent3aee7b78ba1f6c1e4eab9202ddac58e01b3258e7 (diff)
parent9385f050620f14e3c3e4616906cf1999bf166041 (diff)
downloadQt-700a4826cf6bd755df000cb16c259343efb695cd.zip
Qt-700a4826cf6bd755df000cb16c259343efb695cd.tar.gz
Qt-700a4826cf6bd755df000cb16c259343efb695cd.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h')
-rw-r--r--src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h b/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h
index 6bcd655..84e9021 100644
--- a/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h
+++ b/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h
@@ -72,6 +72,7 @@ public:
virtual void createTextureData(int width, int height);
virtual void resizeTextureData(int width, int height);
virtual void fillTexture(const Coord &c, glyph_t glyph);
+ virtual int glyphMargin() const;
virtual int glyphPadding() const;
inline GLuint texture() const { return m_texture; }