2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function MakeVPort()
8 #include <aros/debug.h>
9 #include <graphics/view.h>
11 /*****************************************************************************
14 #include <proto/graphics.h>
16 AROS_LH2(ULONG
, MakeVPort
,
19 AROS_LHA(struct View
*, view
, A0
),
20 AROS_LHA(struct ViewPort
*, viewport
, A1
),
23 struct GfxBase
*, GfxBase
, 36, Graphics
)
28 view - pointer to a View structure
29 viewport - pointer to a ViewPort structure
30 the viewport must have a valid pointer to a RasInfo
48 ******************************************************************************/
52 #warning TODO: Write graphics/MakeVPort()
53 aros_print_not_implemented ("MakeVPort");