From 692ab6aecf8dbc625e258005c2bea2d22a58a486 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 2 Nov 2005 12:43:02 +0000 Subject: INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED 2005/10/09 09:18:28 thb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 11:08:34 thb 1.5.8.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas); changed direct access to base class member to getter method, thus, providing the actual XCanvas clip polygon lazily. --- cppcanvas/source/wrapper/implbitmapcanvas.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cppcanvas') diff --git a/cppcanvas/source/wrapper/implbitmapcanvas.cxx b/cppcanvas/source/wrapper/implbitmapcanvas.cxx index 040ef90ea118..4b3c35018494 100644 --- a/cppcanvas/source/wrapper/implbitmapcanvas.cxx +++ b/cppcanvas/source/wrapper/implbitmapcanvas.cxx @@ -4,9 +4,9 @@ * * $RCSfile: implbitmapcanvas.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:25:37 $ + * last change: $Author: kz $ $Date: 2005-11-02 13:43:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,6 +43,9 @@ #ifndef _BGFX_MATRIX_B2DHOMMATRIX_HXX #include #endif +#ifndef _BGFX_POLYGON_B2DPOLYPOLYGON_HXX +#include +#endif #ifndef _BGFX_TOOLS_CANVASTOOLS_HXX #include #endif -- cgit v1.2.3