aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgrenderloop_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/qsgrenderloop_p.h')
-rw-r--r--src/quick/scenegraph/qsgrenderloop_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quick/scenegraph/qsgrenderloop_p.h b/src/quick/scenegraph/qsgrenderloop_p.h
index 8d5312b188..b398a64234 100644
--- a/src/quick/scenegraph/qsgrenderloop_p.h
+++ b/src/quick/scenegraph/qsgrenderloop_p.h
@@ -43,6 +43,7 @@
#define QSGRenderLoop_P_H
#include <QtGui/QImage>
+#include <QtGui/QSurface>
#include <private/qtquickglobal_p.h>
#include <QtCore/QSet>
@@ -83,6 +84,8 @@ public:
void removeWindow(QQuickWindow *win) { m_windows.remove(win); }
QSet<QQuickWindow *> windows() const { return m_windows; }
+ virtual QSurface::SurfaceType windowSurfaceType() const;
+
// ### make this less of a singleton
static QSGRenderLoop *instance();
static void setInstance(QSGRenderLoop *instance);