2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function WaitBOVP()
8 #include <aros/debug.h>
9 #include <graphics/view.h>
11 #include "graphics_intern.h"
13 /*****************************************************************************
16 #include <proto/graphics.h>
18 AROS_LH1(void, WaitBOVP
,
21 AROS_LHA(struct ViewPort
*, vp
, A0
),
24 struct GfxBase
*, GfxBase
, 67, Graphics
)
29 vp - pointer to ViewPort structure
39 This function is unimplemented.
47 *****************************************************************************/
51 /* TODO: Write graphics/WaitBOVP() */
52 aros_print_not_implemented ("WaitBOVP");