2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function VideoControl()
8 #include <aros/debug.h>
9 #include <graphics/view.h>
10 #include <utility/tagitem.h>
12 /*****************************************************************************
15 #include <proto/graphics.h>
17 AROS_LH2(ULONG
, VideoControl
,
20 AROS_LHA(struct ColorMap
*, cm
, A0
),
21 AROS_LHA(struct TagItem
*, tags
, A1
),
24 struct GfxBase
*, GfxBase
, 118, Graphics
)
29 cm - pointer to struct ColorMap obtained via GetColorMap()
30 tags - pointer to a table of videocontrol tagitems
33 error - 0 if no error ocurred in the control operation
34 non-0 if bad colormap pointer, no tagitems or bad tag
48 ******************************************************************************/
52 #warning TODO: Write graphics/VideoControl()
53 aros_print_not_implemented ("VideoControl");