New attempt to get the svn revision into the AboutAROS requester.
[cake.git] / rom / graphics / waitbovp.c
blob6a1de66f57d9daeee04a6545b14726e40b129023
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 /*****************************************************************************
13 NAME */
14 #include <proto/graphics.h>
16 AROS_LH1(void, WaitBOVP,
18 /* SYNOPSIS */
19 AROS_LHA(struct ViewPort *, vp, A0),
21 /* LOCATION */
22 struct GfxBase *, GfxBase, 67, Graphics)
24 /* FUNCTION
26 INPUTS
27 vp - pointer to ViewPort structure
29 RESULT
30 None.
32 NOTES
34 EXAMPLE
36 BUGS
38 SEE ALSO
40 INTERNALS
42 HISTORY
44 *****************************************************************************/
46 AROS_LIBFUNC_INIT
48 #warning TODO: Write graphics/WaitBOVP()
49 aros_print_not_implemented ("WaitBOVP");
51 AROS_LIBFUNC_EXIT
52 } /* WaitBOVP */