2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function ChangeVPBitMap()
8 #include <aros/debug.h>
9 #include <graphics/gfx.h>
10 #include <graphics/view.h>
12 /*****************************************************************************
15 #include <proto/graphics.h>
17 AROS_LH3(void, ChangeVPBitMap
,
20 AROS_LHA(struct ViewPort
*, vp
, A0
),
21 AROS_LHA(struct BitMap
*, bm
, A1
),
22 AROS_LHA(struct DBufInfo
*, db
, A2
),
25 struct GfxBase
*, GfxBase
, 157, Graphics
)
30 vp - pointer to a viewport
31 bm - pointer to a BitMap structure. This BitMap structure must be of
32 the same layout as the one attached to the viewport
33 (same depth, alignment and BytesPerRow)
34 db - pointer to a DBufInfo
51 ******************************************************************************/
55 #warning TODO: Write graphics/ChangeVPBitMap()
56 aros_print_not_implemented ("ChangeVPBitMap");
59 } /* ChangeVPBitMap */