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 #include "graphics_intern.h"
13 /*****************************************************************************
16 #include <proto/graphics.h>
18 AROS_LH2(UWORD
, CalcIVG
,
21 AROS_LHA(struct View
*, View
, A0
),
22 AROS_LHA(struct ViewPort
*, ViewPort
, A1
),
25 struct GfxBase
*, GfxBase
, 138, Graphics
)
28 Calculate the number of blank lines above a ViewPort.
31 View - pointer to the View
32 ViewPort - pointer to the ViewPort you are interested in
35 count - the number of ViewPort resolution scan lines needed
36 to execute all the copper instructions for ViewPort,
44 This function is unimplemented.
53 ******************************************************************************/
57 /* TODO: Write graphics/CalcIVG() */
58 aros_print_not_implemented ("CalcIVG");