2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function ChangeExtSpriteA()
8 #include <aros/debug.h>
9 #include <graphics/view.h>
10 #include <graphics/sprite.h>
11 #include <utility/tagitem.h>
13 /*****************************************************************************
16 #include <proto/graphics.h>
18 AROS_LH4(LONG
, ChangeExtSpriteA
,
21 AROS_LHA(struct ViewPort
*, vp
, A0
),
22 AROS_LHA(struct ExtSprite
*, oldsprite
, A1
),
23 AROS_LHA(struct ExtSprite
*, newsprite
, A2
),
24 AROS_LHA(struct TagItem
*, tags
, A3
),
27 struct GfxBase
*, GfxBase
, 171, Graphics
)
32 vp - pointer to ViewPort structure that this sprite is
33 relative to, or NULL if relative only top of View
34 oldsprite - pointer to the old ExtSprite structure
35 newsprite - pointer to the new ExtSprite structure
36 tags - pointer to taglist
39 success - 0 if there was an error
55 ******************************************************************************/
59 #warning TODO: Write graphics/ChangeExtSpriteA()
60 aros_print_not_implemented ("ChangeExtSpriteA");
65 } /* ChangeExtSpriteA */