2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Private graphics function for setting mouse pointer shape
8 #include <aros/debug.h>
9 #include "graphics_intern.h"
10 #include <exec/memory.h>
11 #include <graphics/rastport.h>
12 #include <proto/exec.h>
15 /*****i***********************************************************************
18 #include <graphics/rastport.h>
19 #include <proto/graphics.h>
21 AROS_LH5(VOID
, SetPointerShape
,
24 AROS_LHA(UWORD
*, shape
, A0
),
25 AROS_LHA(UWORD
, width
, D0
),
26 AROS_LHA(UWORD
, height
, D1
),
27 AROS_LHA(UWORD
, xoffset
, D2
),
28 AROS_LHA(UWORD
, yoffset
, D3
),
31 struct GfxBase
*, GfxBase
, 186, Graphics
)
34 Set the current mouse pointer's shape.
41 This function is private and AROS specific.
52 29-10-95 digulla automatically created from
53 graphics_lib.fd and clib/graphics_protos.h
55 *****************************************************************************/
59 D(bug("!!! SetPointerShape NOT YET IMPLEMENTED !!!\n"));
62 } /* SetPointerShape */