Unification of "SEE ALSO" for boopsi.library
[cake.git] / rom / graphics / scrollvport.c
blobff45b933d51c40afb0da1861cf8bf47e4b3d917e
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Graphics function ScrollVPort()
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, ScrollVPort,
18 /* SYNOPSIS */
19 AROS_LHA(struct ViewPort *, vp, A0),
21 /* LOCATION */
22 struct GfxBase *, GfxBase, 98, Graphics)
24 /* FUNCTION
26 INPUTS
28 RESULT
30 NOTES
32 EXAMPLE
34 BUGS
36 SEE ALSO
38 INTERNALS
40 HISTORY
43 ******************************************************************************/
45 AROS_LIBFUNC_INIT
47 #warning TODO: Write graphics/ScrollVPort()
48 /* aros_print_not_implemented ("ScrollVPort");
49 Commented out because causes slowdown of Directory Opus
50 which calls this function on every mouse move (why???) */
52 AROS_LIBFUNC_EXIT
53 } /* ScrollVPort */