2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Graphics function CalcIVG()
8 #include <aros/debug.h>
9 #include <graphics/view.h>
11 /*****************************************************************************
14 #include <proto/graphics.h>
16 AROS_LH2(UWORD
, CalcIVG
,
19 AROS_LHA(struct View
*, View
, A0
),
20 AROS_LHA(struct ViewPort
*, ViewPort
, A1
),
23 struct GfxBase
*, GfxBase
, 138, Graphics
)
28 View - pointer to the View
29 ViewPort - pointer to the ViewPort you are interested in
32 count - the number of ViewPort resolution scan lines needed
33 to execute all the copper instructions for ViewPort,
49 ******************************************************************************/
52 AROS_LIBBASE_EXT_DECL(struct GfxBase
*,GfxBase
)
54 #warning TODO: Write graphics/CalcIVG()
55 aros_print_not_implemented ("CalcIVG");