2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Wait for the Blitter to finish
8 #include "graphics_intern.h"
10 /*****************************************************************************
13 #include <clib/graphics_protos.h>
15 AROS_LH0(void, WaitBlit
,
21 struct GfxBase
*, GfxBase
, 38, Graphics
)
24 Wait for the blitter to return to finish, ie. the function returns
25 when the blitter is idle.
38 This function is unimplemented.
46 *****************************************************************************/
51 /* aros_print_not_implemented ("WaitBlit"); */
52 /* TODO: Write graphics/WaitBlit() */
54 /* driver_WaitBlit (GfxBase); */