forcing device into host mode requires a full config - which we will do in opendevice...
[AROS.git] / rom / graphics / changesprite.c
blob40d0295ef934ca756d3b3e0a6b5bf3806e57e69f
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
41 SEE ALSO
43 INTERNALS
45 HISTORY
48 ******************************************************************************/
50 AROS_LIBFUNC_INIT
52 /* TODO: Write graphics/ChangeSprite() */
53 aros_print_not_implemented ("ChangeSprite");
55 AROS_LIBFUNC_EXIT
56 } /* ChangeSprite */