]> icculus.org git repositories - mikachu/openbox.git/blob - render/mask.h
this is going to break the kernel/ building.
[mikachu/openbox.git] / render / mask.h
1 #ifndef __mask_h
2 #define __mask_h
3
4 #include "render.h"
5 #include "kernel/geom.h"
6
7 RrPixmapMask *RrPixmapMaskNew(const RrInstance *inst,
8                               gint w, gint h, const gchar *data);
9 void RrPixmapMaskFree(RrPixmapMask *m);
10 RrPixmapMask *RrPixmapMaskCopy(const RrPixmapMask *src);
11 void RrPixmapMaskDraw(Pixmap p, const RrTextureMask *m, const Rect *area);
12
13 #endif