2 Copyright © 1995-2007, 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
)
26 Calculate the number of blank lines above a ViewPort.
29 View - pointer to the View
30 ViewPort - pointer to the ViewPort you are interested in
33 count - the number of ViewPort resolution scan lines needed
34 to execute all the copper instructions for ViewPort,
50 ******************************************************************************/
54 #warning TODO: Write graphics/CalcIVG()
55 aros_print_not_implemented ("CalcIVG");