2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function LoadView()
8 #include <aros/debug.h>
9 #include <graphics/view.h>
11 /*****************************************************************************
14 #include <proto/graphics.h>
16 AROS_LH1(void, LoadView
,
19 AROS_LHA(struct View
*, view
, A1
),
22 struct GfxBase
*, GfxBase
, 37, Graphics
)
27 view - pointer to the View structure which contains the pointer to the
28 constructed coprocessor instructions list, or NULL
45 ******************************************************************************/
49 #warning TODO: Write graphics/LoadView()
50 aros_print_not_implemented ("LoadView");