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