2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function ScrollVPort()
8 #include <aros/debug.h>
9 #include <graphics/view.h>
11 /*****************************************************************************
14 #include <proto/graphics.h>
16 AROS_LH1(void, ScrollVPort
,
19 AROS_LHA(struct ViewPort
*, vp
, A0
),
22 struct GfxBase
*, GfxBase
, 98, Graphics
)
43 ******************************************************************************/
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???) */