wip prep commit in lieu of gfx subsystem update changes.
[AROS.git] / workbench / libs / cgfx / processpixelarray_opblur.c
blobe338d19287591a03082b86864b8459c9da3e15e0
1 /*
2 Copyright © 2017, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 #include <proto/cybergraphics.h>
10 #include <hidd/gfx.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__);