revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / cgfx / processpixelarray_opsetalpha.c
blob63f27fc9a0c7ac6211404df54a7069adb506cdd3
1 /*
2 Copyright © 2013-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 ProcessPixelArrayAlphaFunc(struct RastPort *opRast, struct Rectangle *opRect, UBYTE alphalevel, struct Library *CyberGfxBase)
18 bug ("[Cgfx] %s(%d)\n", __PRETTY_FUNCTION__, alphalevel);
19 bug ("[Cgfx] %s: SetAlpha operator not implemented\n", __PRETTY_FUNCTION__);