2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function MrgCop()
8 #include <aros/debug.h>
9 #include <graphics/view.h>
11 /*****************************************************************************
14 #include <proto/graphics.h>
16 AROS_LH1(ULONG
, MrgCop
,
19 AROS_LHA(struct View
*, view
, A1
),
22 struct GfxBase
*, GfxBase
, 35, Graphics
)
25 Merge together the display, color, sprite and user coprocessor
26 instructions into a single coprocessor instruction stream.
29 view - a pointer to the view structure whos coprocessor instructions
33 error - ULONG error value indicating either lack of memory to build the system copper lists,
34 or that MrgCop() has no work to do - ie there where no viewPorts in the list.
37 Pre-v39 AmigaOS returns void.
50 ******************************************************************************/
54 #warning TODO: Write graphics/MrgCop()
55 aros_print_not_implemented ("MrgCop");