gcc-4.6.2: Update with patch for gengtype.c
[AROS.git] / rom / graphics / waitbovp.c
blobe704e328e009c4764da9185bf1436c3d6490040b
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
40 SEE ALSO
42 INTERNALS
44 HISTORY
46 *****************************************************************************/
48 AROS_LIBFUNC_INIT
50 /* TODO: Write graphics/WaitBOVP() */
51 aros_print_not_implemented ("WaitBOVP");
53 AROS_LIBFUNC_EXIT
54 } /* WaitBOVP */