legacy-imlib2/blend.h

7 lines
142 B
C

#ifndef __BLEND
#define __BLEND 1
void
__imlib_BlendRGBAToRGBA(DATA32 *src, int src_jump, DATA32 *dst, int dst_jump,
int w, int h);
#endif