summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbbackingstore.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@digia.com>2014-08-14 15:47:55 +0200
committerGunnar Sletta <gunnar@sletta.org>2015-01-17 08:03:34 +0100
commit37956e6605dd5d5a714607a7e04217d293d9c25f (patch)
tree90651bfa41d2885f3d876cca382522d3dfbe46ff /src/plugins/platforms/xcb/qxcbbackingstore.h
parent517fb9026896f7ac20376f253babae5a7c57721d (diff)
Introducing QPlatformGraphicsBuffer
Change-Id: Idcf8f75bd151a877c7097b79df998c1ffd56871c Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbbackingstore.h')
-rw-r--r--src/plugins/platforms/xcb/qxcbbackingstore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/platforms/xcb/qxcbbackingstore.h b/src/plugins/platforms/xcb/qxcbbackingstore.h
index 3a7e124b3f..aa2c953983 100644
--- a/src/plugins/platforms/xcb/qxcbbackingstore.h
+++ b/src/plugins/platforms/xcb/qxcbbackingstore.h
@@ -58,6 +58,9 @@ public:
bool translucentBackground) Q_DECL_OVERRIDE;
QImage toImage() const Q_DECL_OVERRIDE;
#endif
+
+ QPlatformGraphicsBuffer *graphicsBuffer() const Q_DECL_OVERRIDE;
+
void resize(const QSize &size, const QRegion &staticContents) Q_DECL_OVERRIDE;
bool scroll(const QRegion &area, int dx, int dy) Q_DECL_OVERRIDE;