openbox/render/mask.h

14 lines
376 B
C
Raw Normal View History

2003-03-17 00:37:23 +00:00
#ifndef __mask_h
#define __mask_h
#include "render.h"
#include "geom.h"
2003-03-17 00:37:23 +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 RrRect *area);
2003-03-17 00:49:05 +00:00
2003-03-17 00:37:23 +00:00
#endif