revert between 56095 -> 55830 in arch
[AROS.git] / rom / graphics / waitbovp.c
blob6df7847310fbd1fee5a6a158cc5b360130d1aefb
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Graphics function WaitBOVP()
6 Lang: english
7 */
8 #include <aros/debug.h>
9 #include <graphics/view.h>
11 #include "graphics_intern.h"
13 /*****************************************************************************
15 NAME */
16 #include <proto/graphics.h>
18 AROS_LH1(void, WaitBOVP,
20 /* SYNOPSIS */
21 AROS_LHA(struct ViewPort *, vp, A0),
23 /* LOCATION */
24 struct GfxBase *, GfxBase, 67, Graphics)
26 /* FUNCTION
28 INPUTS
29 vp - pointer to ViewPort structure
31 RESULT
32 None.
34 NOTES
36 EXAMPLE
38 BUGS
39 This function is unimplemented.
41 SEE ALSO
43 INTERNALS
45 HISTORY
47 *****************************************************************************/
49 AROS_LIBFUNC_INIT
51 /* TODO: Write graphics/WaitBOVP() */
52 aros_print_not_implemented ("WaitBOVP");
54 AROS_LIBFUNC_EXIT
55 } /* WaitBOVP */