r4493@vps: verhaegs | 2007-04-19 14:44:00 -0400
[AROS.git] / rom / graphics / scrollvport.c
blobf1db915267923fa2511d3f064dc1130c9e168980
1 /*
2 Copyright © 1995-2001, 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
46 AROS_LIBBASE_EXT_DECL(struct GfxBase *,GfxBase)
48 #warning TODO: Write graphics/ScrollVPort()
49 /* aros_print_not_implemented ("ScrollVPort");
50 Commented out because causes slowdown of Directory Opus
51 which calls this function on every mouse move (why???) */
53 AROS_LIBFUNC_EXIT
54 } /* ScrollVPort */