Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / libs / cgfx / processpixelarray_ops.h
blob4d81f1f7b13d5a6b4fa95d63ad687c0da23c6e7e
2 #include <exec/types.h>
4 void ProcessPixelArrayBrightnessFunc(struct RastPort *, struct Rectangle *, LONG,struct Library *);
5 void ProcessPixelArrayAlphaFunc(struct RastPort *, struct Rectangle *, UBYTE, struct Library *);
6 void ProcessPixelArrayTintFunc(struct RastPort *, struct Rectangle *, ULONG, struct Library *);
7 void ProcessPixelArrayBlurFunc(struct RastPort *, struct Rectangle *, struct Library *);
8 void ProcessPixelArrayColor2GreyFunc(struct RastPort *, struct Rectangle *, struct Library *);
9 void ProcessPixelArrayNegativeFunc(struct RastPort *, struct Rectangle *, struct Library *);
10 void ProcessPixelArrayNegativeFadeFunc(struct RastPort *, struct Rectangle *, struct Library *);
11 void ProcessPixelArrayTintFadeFunc(struct RastPort *, struct Rectangle *, struct Library *);
12 void ProcessPixelArrayGradientFunc(struct RastPort *, struct Rectangle *, BOOL, ULONG, ULONG, ULONG, BOOL, struct Library *);
13 void ProcessPixelArrayShiftRGBFunc(struct RastPort *, struct Rectangle *, struct Library *);