summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/spritecanvas.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-18 08:12:52 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-18 08:12:52 +0000
commiteb95efc03a5abb80691350e4fc4066581e2e745a (patch)
treeabfdf035fef56929c1cf66628f414b118c968281 /canvas/source/vcl/spritecanvas.hxx
parent3ce2b4373af47b1976bc173488d2928b2ec55dcc (diff)
INTEGRATION: CWS presfixes03 (1.6.2); FILE MERGED
2005/04/08 11:23:25 thb 1.6.2.1: #i36190# Sprite-transform support made it necessary to track update area also for moves (because the sprite size is no longer fixed, but can vary between the enqueuing of the sprite record and the actual repaint; slightly adapted getSpriteRect(), to match bounds actually attained during sprite transform
Diffstat (limited to 'canvas/source/vcl/spritecanvas.hxx')
-rw-r--r--canvas/source/vcl/spritecanvas.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/canvas/source/vcl/spritecanvas.hxx b/canvas/source/vcl/spritecanvas.hxx
index a7af42762ffb..86227e1131f5 100644
--- a/canvas/source/vcl/spritecanvas.hxx
+++ b/canvas/source/vcl/spritecanvas.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: spritecanvas.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-03-30 07:39:09 $
+ * last change: $Author: obo $ $Date: 2005-04-18 09:12:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -190,7 +190,8 @@ namespace vclcanvas
virtual void hideSprite( const Sprite::ImplRef& sprite );
virtual void moveSprite( const Sprite::ImplRef& sprite,
const Point& rOldPos,
- const Point& rNewPos );
+ const Point& rNewPos,
+ const Size& rSpriteSize );
virtual void updateSprite( const Sprite::ImplRef& sprite,
const Point& rPos,
const Rectangle& rUpdateArea );