diff options
author | Timothy Pearson <[email protected]> | 2012-11-21 16:23:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-21 16:23:32 -0600 |
commit | 0762fd31c7ac342ef87b651c2b29ccc037e33091 (patch) | |
tree | 2377bdb372779a2a6b4dec73beab5aa8708d765f /tdegtk/tqtcairopainter.h | |
parent | 38b854c89cd8e8f9763b420bdd03908d8e8f4cfc (diff) | |
download | gtk3-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.h | 1 |
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; |