diff options
author | Timothy Pearson <[email protected]> | 2012-09-17 18:08:53 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-09-17 18:08:53 -0500 |
commit | 2cec804e02eca375250dcd9689a31ab91e4505d9 (patch) | |
tree | 12496c776d90be580d1905446b747a143d88fdf8 /tdegtk/tqtcairopainter.h | |
parent | 4038374c679a63f95c57ef21dc11e7cd7207c2ec (diff) | |
download | gtk3-tqt-engine-2cec804e02eca375250dcd9689a31ab91e4505d9.tar.gz gtk3-tqt-engine-2cec804e02eca375250dcd9689a31ab91e4505d9.zip |
Implement framework for raster operations
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 c65036f..404c526 100644 --- a/tdegtk/tqtcairopainter.h +++ b/tdegtk/tqtcairopainter.h @@ -86,6 +86,7 @@ class Q_EXPORT TQt3CairoPaintDevice : public TQPaintDevice // picture class TQBrush m_brush; TQPoint m_brushOrigin; TQFont m_font; + TQt::RasterOp m_rop; TQImage m_clipRegion; bool m_clipRegionEnabled; TQWMatrixStack m_worldMatrixStack; |