Define size_t via stddef.h
[AROS.git] / rom / graphics / waitblit.c
bloba399afe17b13a8187aab971ee525686f7893ef8e
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
39 SEE ALSO
41 INTERNALS
43 HISTORY
45 *****************************************************************************/
47 AROS_LIBFUNC_INIT
50 #warning TODO: Write graphics/WaitBlit()
52 /* aros_print_not_implemented ("WaitBlit"); */
54 /* driver_WaitBlit (GfxBase); */
56 AROS_LIBFUNC_EXIT
57 } /* WaitBlit */