- Implemented MUIV_List_Remove_Selected mode in MUIM_List_Remove.
[AROS.git] / rom / graphics / changesprite.c
blob15d9fa2e152a097ee722857fb39505a3121b76dc
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Graphics function ChangeSprite()
6 Lang: english
7 */
8 #include <aros/debug.h>
9 #include <graphics/view.h>
10 #include <graphics/sprite.h>
12 #include "graphics_intern.h"
14 /*****************************************************************************
16 NAME */
17 #include <proto/graphics.h>
19 AROS_LH3(void, ChangeSprite,
21 /* SYNOPSIS */
22 AROS_LHA(struct ViewPort *, vp, A0),
23 AROS_LHA(struct SimpleSprite *, s, A1),
24 AROS_LHA(void *, newdata, A2),
26 /* LOCATION */
27 struct GfxBase *, GfxBase, 70, Graphics)
29 /* FUNCTION
31 INPUTS
33 RESULT
35 NOTES
37 EXAMPLE
39 BUGS
40 This function is unimplemented.
42 SEE ALSO
44 INTERNALS
46 HISTORY
49 ******************************************************************************/
51 AROS_LIBFUNC_INIT
53 /* TODO: Write graphics/ChangeSprite() */
54 aros_print_not_implemented ("ChangeSprite");
56 AROS_LIBFUNC_EXIT
57 } /* ChangeSprite */