From 5fa60a7abaa72ba95b90a4587476b940e764d889 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 17 Sep 2012 15:20:04 -0500 Subject: Add world matrix stack --- tdegtk/tqtcairopainter.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tdegtk/tqtcairopainter.h') diff --git a/tdegtk/tqtcairopainter.h b/tdegtk/tqtcairopainter.h index 9332128..d04e9a4 100644 --- a/tdegtk/tqtcairopainter.h +++ b/tdegtk/tqtcairopainter.h @@ -29,11 +29,14 @@ #include "ntqbrush.h" #include "ntqfont.h" #include "ntqimage.h" +#include "ntqptrstack.h" #include "ntqpainter.h" #include #include +typedef TQPtrStack TQWMatrixStack; + class Q_EXPORT TQt3CairoPaintDevice : public TQPaintDevice // picture class { public: @@ -85,6 +88,8 @@ class Q_EXPORT TQt3CairoPaintDevice : public TQPaintDevice // picture class TQFont m_font; TQImage m_clipRegion; bool m_clipRegionEnabled; + + TQWMatrixStack m_worldMatrixStack; }; #endif // TDEQT4PAINTER_H -- cgit v1.2.3