2003-03-17 00:37:23 +00:00
|
|
|
#ifndef __mask_h
|
|
|
|
#define __mask_h
|
|
|
|
|
2003-03-17 00:53:28 +00:00
|
|
|
#include "render.h"
|
2003-07-10 04:31:34 +00:00
|
|
|
#include "geom.h"
|
2003-03-17 00:37:23 +00:00
|
|
|
|
2003-06-20 07:58:51 +00:00
|
|
|
RrPixmapMask *RrPixmapMaskNew(const RrInstance *inst,
|
|
|
|
gint w, gint h, const gchar *data);
|
|
|
|
void RrPixmapMaskFree(RrPixmapMask *m);
|
|
|
|
RrPixmapMask *RrPixmapMaskCopy(const RrPixmapMask *src);
|
2003-07-10 04:31:34 +00:00
|
|
|
void RrPixmapMaskDraw(Pixmap p, const RrTextureMask *m, const RrRect *area);
|
2003-03-17 00:49:05 +00:00
|
|
|
|
2003-03-17 00:37:23 +00:00
|
|
|
#endif
|