INTEGRATION: CWS thbpp9_SRC680 (1.12.28); FILE MERGED

2007/10/17 21:14:36 thb 1.12.28.1: #i82485# Carry clips along, also for XCachedPrimitive repaints
This commit is contained in:
Jens-Heiner Rechtien 2007-11-01 13:41:02 +00:00
parent a21c08d008
commit 46f23c53b1

View file

@ -4,9 +4,9 @@
*
* $RCSfile: canvascustomsprite.cxx,v $
*
* $Revision: 1.12 $
* $Revision: 1.13 $
*
* last change: $Author: obo $ $Date: 2007-07-17 14:25:27 $
* last change: $Author: hr $ $Date: 2007-11-01 14:41:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -189,6 +189,8 @@ namespace vclcanvas
}
bool CanvasCustomSprite::repaint( const GraphicObjectSharedPtr& rGrf,
const rendering::ViewState& viewState,
const rendering::RenderState& renderState,
const ::Point& rPt,
const ::Size& rSz,
const GraphicAttr& rAttr ) const
@ -197,7 +199,7 @@ namespace vclcanvas
mbSurfaceDirty = true;
return maCanvasHelper.repaint( rGrf, rPt, rSz, rAttr );
return maCanvasHelper.repaint( rGrf, viewState, renderState, rPt, rSz, rAttr );
}
}