grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / libs / cgfx / processpixelarray_opblur.c
blobfd381acebe9a42bbe77e9b63cdb40353c314837e
1 /*
2 Copyright © 2013, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 #include <proto/cybergraphics.h>
10 #include <hidd/graphics.h>
11 #include <cybergraphx/cybergraphics.h>
12 #include <exec/types.h>
14 #include "cybergraphics_intern.h"
16 void ProcessPixelArrayBlurFunc(struct RastPort *opRast, struct Rectangle *opRect, struct Library *CyberGfxBase)
18 bug ("[Cgfx] %s()\n", __PRETTY_FUNCTION__);
19 bug ("[Cgfx] %s: Blur operator not implemented\n", __PRETTY_FUNCTION__);