]> Dogcows Code - chaz/openbox/blob - render/mask.h
dccb5a460e73968cdafe59f903f57cecbbd4d77f
[chaz/openbox] / render / mask.h
1 #ifndef __mask_h
2 #define __mask_h
3
4 #include "render.h"
5 #include "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 RrRect *area);
12
13 #endif
This page took 0.031209 seconds and 4 git commands to generate.