summaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/context.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/context.h b/src/plugins/scenegraph/softwarecontext/context.h
index 0d734df..b8cd5bb 100644
--- a/src/plugins/scenegraph/softwarecontext/context.h
+++ b/src/plugins/scenegraph/softwarecontext/context.h
@@ -68,6 +68,8 @@ public:
void render(QPixmap *target);
QRect m_projectionRect;
+ bool m_mirrorHorizontal;
+ bool m_mirrorVertical;
};
class RenderContext : public QSGRenderContext