W.I.P AROS port of SDI examples
[AROS.git] / rom / graphics / waitblit.c
blob488ca4e4e54d69b4ffc5fd32c2c8efb79d9154db
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Wait for the Blitter to finish
6 Lang: english
7 */
8 #include "graphics_intern.h"
10 /*****************************************************************************
12 NAME */
13 #include <clib/graphics_protos.h>
15 AROS_LH0(void, WaitBlit,
17 /* SYNOPSIS */
18 /* void */
20 /* LOCATION */
21 struct GfxBase *, GfxBase, 38, Graphics)
23 /* FUNCTION
24 Wait for the blitter to return to finish, ie. the function returns
25 when the blitter is idle.
27 INPUTS
28 None.
30 RESULT
31 None.
33 NOTES
35 EXAMPLE
37 BUGS
38 This function is unimplemented.
40 SEE ALSO
42 INTERNALS
44 HISTORY
46 *****************************************************************************/
48 AROS_LIBFUNC_INIT
51 /* aros_print_not_implemented ("WaitBlit"); */
52 /* TODO: Write graphics/WaitBlit() */
54 /* driver_WaitBlit (GfxBase); */
56 AROS_LIBFUNC_EXIT
57 } /* WaitBlit */