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-04-13 07:18:28 +00:00
|
|
|
#include "kernel/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);
|
|
|
|
void RrPixmapMaskDraw(Pixmap p, const RrTextureMask *m, const Rect *area);
|
2003-03-17 00:49:05 +00:00
|
|
|
|
2003-03-17 00:37:23 +00:00
|
|
|
#endif
|