Disabled debug for Poseidon by default.
[cake.git] / rom / graphics / loadview.c
blob4dc1e03348e5dc4424f427bc01643836e18f4c62
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Graphics function LoadView()
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, LoadView,
18 /* SYNOPSIS */
19 AROS_LHA(struct View *, view, A1),
21 /* LOCATION */
22 struct GfxBase *, GfxBase, 37, Graphics)
24 /* FUNCTION
26 INPUTS
27 view - pointer to the View structure which contains the pointer to the
28 constructed coprocessor instructions list, or NULL
30 RESULT
32 NOTES
34 EXAMPLE
36 BUGS
38 SEE ALSO
40 INTERNALS
42 HISTORY
45 ******************************************************************************/
47 AROS_LIBFUNC_INIT
49 #warning TODO: Write graphics/LoadView()
50 aros_print_not_implemented ("LoadView");
52 AROS_LIBFUNC_EXIT
53 } /* LoadView */