summaryrefslogtreecommitdiffstats
path: root/tdegtk/tqtcairopainter.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-21 16:23:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-21 16:23:32 -0600
commit0762fd31c7ac342ef87b651c2b29ccc037e33091 (patch)
tree2377bdb372779a2a6b4dec73beab5aa8708d765f /tdegtk/tqtcairopainter.h
parent38b854c89cd8e8f9763b420bdd03908d8e8f4cfc (diff)
downloadgtk3-tqt-engine-0762fd31c7ac342ef87b651c2b29ccc037e33091.tar.gz
gtk3-tqt-engine-0762fd31c7ac342ef87b651c2b29ccc037e33091.zip
Keep both the device and intermediate painter states in sync
Diffstat (limited to 'tdegtk/tqtcairopainter.h')
-rw-r--r--tdegtk/tqtcairopainter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdegtk/tqtcairopainter.h b/tdegtk/tqtcairopainter.h
index 7bd5b98..764efd7 100644
--- a/tdegtk/tqtcairopainter.h
+++ b/tdegtk/tqtcairopainter.h
@@ -83,6 +83,7 @@ class Q_EXPORT TQt3CairoPaintDevice : public TQPaintDevice // picture class
cairo_t *m_painter;
cairo_t *m_devicePainter;
cairo_t *m_overridePainter;
+ cairo_matrix_t m_deviceMatrix;
cairo_matrix_t m_worldMatrix;
cairo_matrix_t m_viewportMatrix;
bool m_worldMatrixEnabled;