From 2cec804e02eca375250dcd9689a31ab91e4505d9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 17 Sep 2012 18:08:53 -0500 Subject: Implement framework for raster operations --- tdegtk/tqtcairopainter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tdegtk/tqtcairopainter.h') 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; -- cgit v1.2.3